#B231FF

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

Shades of Blue Violet #B231FF

Tints of Blue Violet #B231FF

Color information

#B231FF (or 0xB231FF) is unknown color: approx Blue Violet. HEX triplet: B2, 31 and FF. RGB value is (178,49,255). Sum of RGB (Red+Green+Blue) = 178+49+255=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B231FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231FF is #4DCE00. Grayscale: #6E6E6E. Windows color (decimal): -5099009 or 16724402. OLE color: 16724402.

HSL color Cylindrical-coordinate representation of color #B231FF: hue angle of 277.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B231FF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17849255-
CMYK0.300.8100
HSL277.57º100%59.61%-
HSV(B)277.57º80.78%100%-
XYZ37.5118.8896.28-
YUV111.06209.24175.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 49 (19.53% from 255) = 10.17%
BLUE value IS 255 (100% from 255) = 52.90%
R=36.93%
G=10.17%
B=52.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178492550.300.8100277.5710059.61
HexB231FF1E5100116643c
Octal26261377361210042614474
Binary1011001011000111111111111101010001001000101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B231FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B231FF; }

 p { color: rgb(178,49,255); }

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

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

 a { background-color: rgb(178,49,255); }

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

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

 span { border-color: rgb(178,49,255); }

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