Html Css Color HEX #B805EA Electric Purple

📋 copy color: '#B805EA'

red 184 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #B805EA

Tints of Electric Purple #B805EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 43.5%
G = 1.18%
B = 55.32%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B805EA (or 0xB805EA) is known color: Electric Purple. HEX triplet: B8, 05 and EA. RGB value is (184,5,234). Sum of RGB (Red+Green+Blue) = 184+5+234=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #B805EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B805EA is #47FA15. Grayscale: #535353. Windows color (decimal): -4717078 or 15336888. OLE color: 15336888.

HSL color Cylindrical-coordinate representation of color #B805EA: hue angle of 286.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805EA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 5 234 -
CMYK 0.21 0.98 0 0.08
HSL 286.9º 0.96% 0.47% -
HSV(B) 286.9º 0.98% 0.92% -
XYZ 34.67 16.24 79.15 -
YUV 84.63 212.3 198.88 -
System Red Green Blue C M Y K H S L
Decimal 184 5 234 0.21 0.98 0 0.08 286.9 0.96 0.47
Hex B8 5 EA 15 62 0 8 11F 60 2F
Octal 270 5 352 25 142 0 10 437 140 57
Binary 10111000 101 11101010 10101 1100010 0 1000 100011111 1100000 101111

Color Harmonies of #B805EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B805EA

Black with #B805EA

Text Example


Text Example

White with #B805EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B805EA; }

 p { color: rgb(184,5,234); }

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

background-color css

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

 a { background-color: rgb(184,5,234); }

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

border-color css

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

 span { border-color: rgb(184,5,234); }

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