Html Css Color HEX #B014EA Electric Purple

📋 copy color: '#B014EA'

red 176 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #B014EA

Tints of Electric Purple #B014EA

RGB

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

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

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

R = 40.93%
G = 4.65%
B = 54.42%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B014EA (or 0xB014EA) is known color: Electric Purple. HEX triplet: B0, 14 and EA. RGB value is (176,20,234). Sum of RGB (Red+Green+Blue) = 176+20+234=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #B014EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014EA is #4FEB15. Grayscale: #5A5A5A. Windows color (decimal): -5237526 or 15340720. OLE color: 15340720.

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

Color convert

RGB 176 20 234 -
CMYK 0.25 0.91 0 0.08
HSL 283.74º 0.84% 0.5% -
HSV(B) 283.74º 0.91% 0.92% -
XYZ 33.01 15.67 79.13 -
YUV 91.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 176 20 234 0.25 0.91 0 0.08 283.74 0.84 0.5
Hex B0 14 EA 19 5B 0 8 11C 54 32
Octal 260 24 352 31 133 0 10 434 124 62
Binary 10110000 10100 11101010 11001 1011011 0 1000 100011100 1010100 110010

Color Harmonies of #B014EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014EA

Black with #B014EA

Text Example


Text Example

White with #B014EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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