Html Css Color HEX #B002EA Electric Purple

📋 copy color: '#B002EA'

red 176 ◦ green 2 ◦ blue 234

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

Shades of Electric Purple #B002EA

Tints of Electric Purple #B002EA

RGB

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

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

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

R = 42.72%
G = 0.49%
B = 56.8%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B002EA (or 0xB002EA) is known color: Electric Purple. HEX triplet: B0, 02 and EA. RGB value is (176,2,234). Sum of RGB (Red+Green+Blue) = 176+2+234=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #B002EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002EA is #4FFD15. Grayscale: #4F4F4F. Windows color (decimal): -5242134 or 15336112. OLE color: 15336112.

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

Color convert

RGB 176 2 234 -
CMYK 0.25 0.99 0 0.08
HSL 285º 0.98% 0.46% -
HSV(B) 285º 0.99% 0.92% -
XYZ 32.78 15.21 79.05 -
YUV 80.47 214.65 196.14 -
System Red Green Blue C M Y K H S L
Decimal 176 2 234 0.25 0.99 0 0.08 285 0.98 0.46
Hex B0 2 EA 19 63 0 8 11D 62 2E
Octal 260 2 352 31 143 0 10 435 142 56
Binary 10110000 10 11101010 11001 1100011 0 1000 100011101 1100010 101110

Color Harmonies of #B002EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002EA

Black with #B002EA

Text Example


Text Example

White with #B002EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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