Html Css Color HEX #B802E7 Electric Purple

📋 copy color: '#B802E7'

red 184 ◦ green 2 ◦ blue 231

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

Shades of Electric Purple #B802E7

Tints of Electric Purple #B802E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.4%

R = 44.12%
G = 0.48%
B = 55.4%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B802E7 (or 0xB802E7) is known color: Electric Purple. HEX triplet: B8, 02 and E7. RGB value is (184,2,231). Sum of RGB (Red+Green+Blue) = 184+2+231=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #B802E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802E7 is #47FD18. Grayscale: #515151. Windows color (decimal): -4717849 or 15139512. OLE color: 15139512.

HSL color Cylindrical-coordinate representation of color #B802E7: hue angle of 287.69º 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 #B802E7 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 2 231 -
CMYK 0.20 0.99 0 0.09
HSL 287.69º 0.98% 0.46% -
HSV(B) 287.69º 0.99% 0.91% -
XYZ 34.21 16 76.89 -
YUV 82.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 184 2 231 0.20 0.99 0 0.09 287.69 0.98 0.46
Hex B8 2 E7 14 63 0 9 120 62 2E
Octal 270 2 347 24 143 0 11 440 142 56
Binary 10111000 10 11100111 10100 1100011 0 1001 100100000 1100010 101110

Color Harmonies of #B802E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802E7

Black with #B802E7

Text Example


Text Example

White with #B802E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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