Html Css Color HEX #B005EA Electric Purple

📋 copy color: '#B005EA'

red 176 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #B005EA

Tints of Electric Purple #B005EA

RGB

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

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

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

R = 42.41%
G = 1.2%
B = 56.39%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B005EA (or 0xB005EA) is known color: Electric Purple. HEX triplet: B0, 05 and EA. RGB value is (176,5,234). Sum of RGB (Red+Green+Blue) = 176+5+234=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #B005EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005EA is #4FFA15. Grayscale: #515151. Windows color (decimal): -5241366 or 15336880. OLE color: 15336880.

HSL color Cylindrical-coordinate representation of color #B005EA: hue angle of 284.8º 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 #B005EA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 5 234 -
CMYK 0.25 0.98 0 0.08
HSL 284.8º 0.96% 0.47% -
HSV(B) 284.8º 0.98% 0.92% -
XYZ 32.81 15.28 79.06 -
YUV 82.24 213.65 194.88 -
System Red Green Blue C M Y K H S L
Decimal 176 5 234 0.25 0.98 0 0.08 284.8 0.96 0.47
Hex B0 5 EA 19 62 0 8 11D 60 2F
Octal 260 5 352 31 142 0 10 435 140 57
Binary 10110000 101 11101010 11001 1100010 0 1000 100011101 1100000 101111

Color Harmonies of #B005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005EA

Black with #B005EA

Text Example


Text Example

White with #B005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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