Html Css Color HEX #B02BFF Electric Purple

📋 copy color: '#B02BFF'

red 176 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #B02BFF

Tints of Electric Purple #B02BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 37.13%
G = 9.07%
B = 53.8%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B02BFF (or 0xB02BFF) is known color: Electric Purple. HEX triplet: B0, 2B and FF. RGB value is (176,43,255). Sum of RGB (Red+Green+Blue) = 176+43+255=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #B02BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02BFF is #4FD400. Grayscale: #6A6A6A. Windows color (decimal): -5231617 or 16722864. OLE color: 16722864.

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

Color convert

RGB 176 43 255 -
CMYK 0.31 0.83 0 0
HSL 277.64º 1% 0.58% -
HSV(B) 277.64º 0.83% 1% -
XYZ 36.82 18.18 96.18 -
YUV 106.94 211.56 177.26 -
System Red Green Blue C M Y K H S L
Decimal 176 43 255 0.31 0.83 0 0 277.64 1 0.58
Hex B0 2B FF 1F 53 0 0 116 64 3A
Octal 260 53 377 37 123 0 0 426 144 72
Binary 10110000 101011 11111111 11111 1010011 0 0 100010110 1100100 111010

Color Harmonies of #B02BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BFF

Black with #B02BFF

Text Example


Text Example

White with #B02BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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