Html Css Color HEX #B008E7 Electric Purple

📋 copy color: '#B008E7'

red 176 ◦ green 8 ◦ blue 231

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

Shades of Electric Purple #B008E7

Tints of Electric Purple #B008E7

RGB

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

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

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

R = 42.41%
G = 1.93%
B = 55.66%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B008E7 (or 0xB008E7) is known color: Electric Purple. HEX triplet: B0, 08 and E7. RGB value is (176,8,231). Sum of RGB (Red+Green+Blue) = 176+8+231=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B008E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008E7 is #4FF718. Grayscale: #525252. Windows color (decimal): -5240601 or 15141040. OLE color: 15141040.

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

Color convert

RGB 176 8 231 -
CMYK 0.24 0.97 0 0.09
HSL 285.2º 0.93% 0.47% -
HSV(B) 285.2º 0.97% 0.91% -
XYZ 32.42 15.17 76.82 -
YUV 83.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 176 8 231 0.24 0.97 0 0.09 285.2 0.93 0.47
Hex B0 8 E7 18 61 0 9 11D 5D 2F
Octal 260 10 347 30 141 0 11 435 135 57
Binary 10110000 1000 11100111 11000 1100001 0 1001 100011101 1011101 101111

Color Harmonies of #B008E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008E7

Black with #B008E7

Text Example


Text Example

White with #B008E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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