Html Css Color HEX #B802ED Electric Purple

📋 copy color: '#B802ED'

red 184 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #B802ED

Tints of Electric Purple #B802ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 43.5%
G = 0.47%
B = 56.03%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B802ED (or 0xB802ED) is known color: Electric Purple. HEX triplet: B8, 02 and ED. RGB value is (184,2,237). Sum of RGB (Red+Green+Blue) = 184+2+237=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B802ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802ED is #47FD12. Grayscale: #525252. Windows color (decimal): -4717843 or 15532728. OLE color: 15532728.

HSL color Cylindrical-coordinate representation of color #B802ED: hue angle of 286.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802ED is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 2 237 -
CMYK 0.22 0.99 0 0.07
HSL 286.47º 0.98% 0.47% -
HSV(B) 286.47º 0.99% 0.93% -
XYZ 35.07 16.35 81.43 -
YUV 83.21 214.8 199.89 -
System Red Green Blue C M Y K H S L
Decimal 184 2 237 0.22 0.99 0 0.07 286.47 0.98 0.47
Hex B8 2 ED 16 63 0 7 11E 62 2F
Octal 270 2 355 26 143 0 7 436 142 57
Binary 10111000 10 11101101 10110 1100011 0 111 100011110 1100010 101111

Color Harmonies of #B802ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802ED

Black with #B802ED

Text Example


Text Example

White with #B802ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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