Html Css Color HEX #B008EA Electric Purple

📋 copy color: '#B008EA'

red 176 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #B008EA

Tints of Electric Purple #B008EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

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

R = 42.11%
G = 1.91%
B = 55.98%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B008EA (or 0xB008EA) is known color: Electric Purple. HEX triplet: B0, 08 and EA. RGB value is (176,8,234). Sum of RGB (Red+Green+Blue) = 176+8+234=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #B008EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008EA is #4FF715. Grayscale: #535353. Windows color (decimal): -5240598 or 15337648. OLE color: 15337648.

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

Color convert

RGB 176 8 234 -
CMYK 0.25 0.97 0 0.08
HSL 284.6º 0.93% 0.47% -
HSV(B) 284.6º 0.97% 0.92% -
XYZ 32.84 15.34 79.07 -
YUV 84 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 176 8 234 0.25 0.97 0 0.08 284.6 0.93 0.47
Hex B0 8 EA 19 61 0 8 11D 5D 2F
Octal 260 10 352 31 141 0 10 435 135 57
Binary 10110000 1000 11101010 11001 1100001 0 1000 100011101 1011101 101111

Color Harmonies of #B008EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008EA

Black with #B008EA

Text Example


Text Example

White with #B008EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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