Html Css Color HEX #B012EB Electric Purple

📋 copy color: '#B012EB'

red 176 ◦ green 18 ◦ blue 235

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

Shades of Electric Purple #B012EB

Tints of Electric Purple #B012EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.2%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 41.03%
G = 4.2%
B = 54.78%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B012EB (or 0xB012EB) is known color: Electric Purple. HEX triplet: B0, 12 and EB. RGB value is (176,18,235). Sum of RGB (Red+Green+Blue) = 176+18+235=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #B012EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012EB is #4FED14. Grayscale: #595959. Windows color (decimal): -5238037 or 15405744. OLE color: 15405744.

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

Color convert

RGB 176 18 235 -
CMYK 0.25 0.92 0 0.08
HSL 283.69º 0.86% 0.5% -
HSV(B) 283.69º 0.92% 0.92% -
XYZ 33.12 15.66 79.87 -
YUV 89.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 176 18 235 0.25 0.92 0 0.08 283.69 0.86 0.5
Hex B0 12 EB 19 5C 0 8 11C 56 32
Octal 260 22 353 31 134 0 10 434 126 62
Binary 10110000 10010 11101011 11001 1011100 0 1000 100011100 1010110 110010

Color Harmonies of #B012EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012EB

Black with #B012EB

Text Example


Text Example

White with #B012EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012EB; }

 p { color: rgb(176,18,235); }

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

background-color css

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

 a { background-color: rgb(176,18,235); }

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

border-color css

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

 span { border-color: rgb(176,18,235); }

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