Html Css Color HEX #B802E9 Electric Purple

📋 copy color: '#B802E9'

red 184 ◦ green 2 ◦ blue 233

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

Shades of Electric Purple #B802E9

Tints of Electric Purple #B802E9

RGB

 RED value IS 184 (72.27% from 255) = 43.91%

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 233 (91.41% from 255) = 55.61%

R = 43.91%
G = 0.48%
B = 55.61%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B802E9 (or 0xB802E9) is known color: Electric Purple. HEX triplet: B8, 02 and E9. RGB value is (184,2,233). Sum of RGB (Red+Green+Blue) = 184+2+233=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #B802E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802E9 is #47FD16. Grayscale: #525252. Windows color (decimal): -4717847 or 15270584. OLE color: 15270584.

HSL color Cylindrical-coordinate representation of color #B802E9: hue angle of 287.27º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802E9 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 2 233 -
CMYK 0.21 0.99 0 0.09
HSL 287.27º 0.98% 0.46% -
HSV(B) 287.27º 0.99% 0.91% -
XYZ 34.5 16.12 78.38 -
YUV 82.75 212.8 200.22 -
System Red Green Blue C M Y K H S L
Decimal 184 2 233 0.21 0.99 0 0.09 287.27 0.98 0.46
Hex B8 2 E9 15 63 0 9 11F 62 2E
Octal 270 2 351 25 143 0 11 437 142 56
Binary 10111000 10 11101001 10101 1100011 0 1001 100011111 1100010 101110

Color Harmonies of #B802E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802E9

Black with #B802E9

Text Example


Text Example

White with #B802E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802E9; }

 p { color: rgb(184,2,233); }

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

background-color css

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

 a { background-color: rgb(184,2,233); }

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

border-color css

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

 span { border-color: rgb(184,2,233); }

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