Html Css Color HEX #B031FE Blue Violet

📋 copy color: '#B031FE'

red 176 ◦ green 49 ◦ blue 254

#B031FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #B031FE

Tints of Blue Violet #B031FE

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

 GREEN value IS 49 (19.53% from 255) = 10.23%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 36.74%
G = 10.23%
B = 53.03%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B031FE (or 0xB031FE) is known color: Blue Violet. HEX triplet: B0, 31 and FE. RGB value is (176,49,254). Sum of RGB (Red+Green+Blue) = 176+49+254=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #B031FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B031FE is #4FCE01. Grayscale: #6D6D6D. Windows color (decimal): -5230082 or 16658864. OLE color: 16658864.

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

Color convert

RGB 176 49 254 -
CMYK 0.31 0.81 0 0.00
HSL 277.17º 0.99% 0.59% -
HSV(B) 277.17º 0.81% 1% -
XYZ 36.89 18.58 95.41 -
YUV 110.34 209.08 174.83 -
System Red Green Blue C M Y K H S L
Decimal 176 49 254 0.31 0.81 0 0.00 277.17 0.99 0.59
Hex B0 31 FE 1F 51 0 0 115 63 3B
Octal 260 61 376 37 121 0 0 425 143 73
Binary 10110000 110001 11111110 11111 1010001 0 0 100010101 1100011 111011

Color Harmonies of #B031FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031FE

Black with #B031FE

Text Example


Text Example

White with #B031FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031FE; }

 p { color: rgb(176,49,254); }

 H1.HeaderClassName
 {
   color: #B031FE;
 }
 .AnyTagClassName
 {
   color: #B031FE;
 }
</style>

background-color css

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

 a { background-color: rgb(176,49,254); }

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

border-color css

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

 span { border-color: rgb(176,49,254); }

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