#B232FB

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

Shades of Blue Violet #B232FB

Tints of Blue Violet #B232FB

Color information

#B232FB (or 0xB232FB) is unknown color: approx Blue Violet. HEX triplet: B2, 32 and FB. RGB value is (178,50,251). Sum of RGB (Red+Green+Blue) = 178+50+251=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #B232FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232FB is #4DCD04. Grayscale: #6E6E6E. Windows color (decimal): -5098757 or 16462514. OLE color: 16462514.

HSL color Cylindrical-coordinate representation of color #B232FB: hue angle of 278.21º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B232FB is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17850251-
CMYK0.290.8000.02
HSL278.21º96.17%59.02%-
HSV(B)278.21º80.08%98.43%-
XYZ36.9118.7192.93-
YUV111.19206.91175.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=37.16%
G=10.44%
B=52.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178502510.290.8000.02278.2196.1759.02
HexB232FB1D5002116603b
Octal26262373351200242614073
Binary10110010110010111110111110110100000101000101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232FB; }

 p { color: rgb(178,50,251); }

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

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

 a { background-color: rgb(178,50,251); }

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

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

 span { border-color: rgb(178,50,251); }

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