Html Css Color HEX #B02CFB Blue Violet

📋 copy color: '#B02CFB'

red 176 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #B02CFB

Tints of Blue Violet #B02CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.34%

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 37.37%
G = 9.34%
B = 53.29%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B02CFB (or 0xB02CFB) is known color: Blue Violet. HEX triplet: B0, 2C and FB. RGB value is (176,44,251). Sum of RGB (Red+Green+Blue) = 176+44+251=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #B02CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CFB is #4FD304. Grayscale: #6A6A6A. Windows color (decimal): -5231365 or 16460976. OLE color: 16460976.

HSL color Cylindrical-coordinate representation of color #B02CFB: hue angle of 278.26º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02CFB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 44 251 -
CMYK 0.30 0.82 0 0.02
HSL 278.26º 0.96% 0.58% -
HSV(B) 278.26º 0.82% 0.98% -
XYZ 36.22 18 92.83 -
YUV 107.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 176 44 251 0.30 0.82 0 0.02 278.26 0.96 0.58
Hex B0 2C FB 1E 52 0 2 116 60 3A
Octal 260 54 373 36 122 0 2 426 140 72
Binary 10110000 101100 11111011 11110 1010010 0 10 100010110 1100000 111010

Color Harmonies of #B02CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CFB

Black with #B02CFB

Text Example


Text Example

White with #B02CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CFB; }

 p { color: rgb(176,44,251); }

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

background-color css

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

 a { background-color: rgb(176,44,251); }

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

border-color css

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

 span { border-color: rgb(176,44,251); }

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