Html Css Color HEX #B012EE Electric Purple

📋 copy color: '#B012EE'

red 176 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #B012EE

Tints of Electric Purple #B012EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 40.74%
G = 4.17%
B = 55.09%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B012EE (or 0xB012EE) is known color: Electric Purple. HEX triplet: B0, 12 and EE. RGB value is (176,18,238). Sum of RGB (Red+Green+Blue) = 176+18+238=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B012EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012EE is #4FED11. Grayscale: #595959. Windows color (decimal): -5238034 or 15602352. OLE color: 15602352.

HSL color Cylindrical-coordinate representation of color #B012EE: hue angle of 283.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012EE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 18 238 -
CMYK 0.26 0.92 0 0.07
HSL 283.09º 0.87% 0.5% -
HSV(B) 283.09º 0.92% 0.93% -
XYZ 33.55 15.84 82.18 -
YUV 90.32 211.35 189.11 -
System Red Green Blue C M Y K H S L
Decimal 176 18 238 0.26 0.92 0 0.07 283.09 0.87 0.5
Hex B0 12 EE 1A 5C 0 7 11B 57 32
Octal 260 22 356 32 134 0 7 433 127 62
Binary 10110000 10010 11101110 11010 1011100 0 111 100011011 1010111 110010

Color Harmonies of #B012EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012EE

Black with #B012EE

Text Example


Text Example

White with #B012EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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