#b632f8

Color #B632F8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B632F8

Tints of Blue Violet #B632F8

Color information

#B632F8 (or 0xB632F8) is unknown color: approx Blue Violet. HEX triplet: B6, 32 and F8. RGB value is (182,50,248). Sum of RGB (Red+Green+Blue) = 182+50+248=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #B632F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632F8 is #49CD07. Grayscale: #6F6F6F. Windows color (decimal): -4836616 or 16265910. OLE color: 16265910.

HSL color Cylindrical-coordinate representation of color #B632F8: hue angle of 280º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B632F8 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18250248-
CMYK0.270.8000.03
HSL280º93.4%58.43%-
HSV(B)280º79.84%97.25%-
XYZ37.381990.51-
YUV112.04204.73177.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 50 (19.92% from 255) = 10.42%
BLUE value IS 248 (97.27% from 255) = 51.67%
R=37.92%
G=10.42%
B=51.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182502480.270.8000.0328093.458.43
HexB632F81B50031185d3a
Octal26662370331200343013572
Binary10110110110010111110001101110100000111000110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b632f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b632f8; }

 p { color: rgb(182,50,248); }

 H1.HeaderClassName
 {
   color: #b632f8;
 }
 .AnyTagClassName
 {
   color: #b632f8;
 }
</style>
background-color css

<style>
 a { background-color: #b632f8; }

 a { background-color: rgb(182,50,248); }

 div.DivClassName
 {
   background-color: #b632f8;
 }
 .BgClassName
 {
   background-color: #b632f8;
 }
</style>
border-color css

<style>
 span { border-color: #b632f8; }

 span { border-color: rgb(182,50,248); }

 td.TdClassName
 {
   border-color: #b632f8;
 }
 .TagClassName
 {
   border-color: #b632f8;
 }
</style>