Html Css Color HEX #B012E7 Electric Purple

📋 copy color: '#B012E7'

red 176 ◦ green 18 ◦ blue 231

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

Shades of Electric Purple #B012E7

Tints of Electric Purple #B012E7

RGB

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

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

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

R = 41.41%
G = 4.24%
B = 54.35%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B012E7 (or 0xB012E7) is known color: Electric Purple. HEX triplet: B0, 12 and E7. RGB value is (176,18,231). Sum of RGB (Red+Green+Blue) = 176+18+231=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #B012E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012E7 is #4FED18. Grayscale: #585858. Windows color (decimal): -5238041 or 15143600. OLE color: 15143600.

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

Color convert

RGB 176 18 231 -
CMYK 0.24 0.92 0 0.09
HSL 284.51º 0.86% 0.49% -
HSV(B) 284.51º 0.92% 0.91% -
XYZ 32.54 15.43 76.86 -
YUV 89.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 176 18 231 0.24 0.92 0 0.09 284.51 0.86 0.49
Hex B0 12 E7 18 5C 0 9 11D 56 31
Octal 260 22 347 30 134 0 11 435 126 61
Binary 10110000 10010 11100111 11000 1011100 0 1001 100011101 1010110 110001

Color Harmonies of #B012E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012E7

Black with #B012E7

Text Example


Text Example

White with #B012E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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