Html Css Color HEX #B014E9 Electric Purple

📋 copy color: '#B014E9'

red 176 ◦ green 20 ◦ blue 233

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

Shades of Electric Purple #B014E9

Tints of Electric Purple #B014E9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.66%

 BLUE value IS 233 (91.41% from 255) = 54.31%

R = 41.03%
G = 4.66%
B = 54.31%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B014E9 (or 0xB014E9) is known color: Electric Purple. HEX triplet: B0, 14 and E9. RGB value is (176,20,233). Sum of RGB (Red+Green+Blue) = 176+20+233=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #B014E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014E9 is #4FEB16. Grayscale: #5A5A5A. Windows color (decimal): -5237527 or 15275184. OLE color: 15275184.

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

Color convert

RGB 176 20 233 -
CMYK 0.24 0.91 0 0.09
HSL 283.94º 0.84% 0.5% -
HSV(B) 283.94º 0.91% 0.91% -
XYZ 32.86 15.61 78.37 -
YUV 90.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 176 20 233 0.24 0.91 0 0.09 283.94 0.84 0.5
Hex B0 14 E9 18 5B 0 9 11C 54 32
Octal 260 24 351 30 133 0 11 434 124 62
Binary 10110000 10100 11101001 11000 1011011 0 1001 100011100 1010100 110010

Color Harmonies of #B014E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014E9

Black with #B014E9

Text Example


Text Example

White with #B014E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014E9; }

 p { color: rgb(176,20,233); }

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

background-color css

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

 a { background-color: rgb(176,20,233); }

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

border-color css

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

 span { border-color: rgb(176,20,233); }

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