Html Css Color HEX #B02BF2 Blue Violet

📋 copy color: '#B02BF2'

red 176 ◦ green 43 ◦ blue 242

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

Shades of Blue Violet #B02BF2

Tints of Blue Violet #B02BF2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.33%

 BLUE value IS 242 (94.92% from 255) = 52.49%

R = 38.18%
G = 9.33%
B = 52.49%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B02BF2 (or 0xB02BF2) is known color: Blue Violet. HEX triplet: B0, 2B and F2. RGB value is (176,43,242). Sum of RGB (Red+Green+Blue) = 176+43+242=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #B02BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02BF2 is #4FD40D. Grayscale: #686868. Windows color (decimal): -5231630 or 15870896. OLE color: 15870896.

HSL color Cylindrical-coordinate representation of color #B02BF2: hue angle of 280.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02BF2 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 43 242 -
CMYK 0.27 0.82 0 0.05
HSL 280.1º 0.88% 0.56% -
HSV(B) 280.1º 0.82% 0.95% -
XYZ 34.8 17.37 85.52 -
YUV 105.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 176 43 242 0.27 0.82 0 0.05 280.1 0.88 0.56
Hex B0 2B F2 1B 52 0 5 118 58 38
Octal 260 53 362 33 122 0 5 430 130 70
Binary 10110000 101011 11110010 11011 1010010 0 101 100011000 1011000 111000

Color Harmonies of #B02BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BF2

Black with #B02BF2

Text Example


Text Example

White with #B02BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BF2; }

 p { color: rgb(176,43,242); }

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

background-color css

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

 a { background-color: rgb(176,43,242); }

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

border-color css

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

 span { border-color: rgb(176,43,242); }

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