Html Css Color HEX #B014ED Electric Purple

📋 copy color: '#B014ED'

red 176 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #B014ED

Tints of Electric Purple #B014ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 40.65%
G = 4.62%
B = 54.73%

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

#B014ED (or 0xB014ED) is known color: Electric Purple. HEX triplet: B0, 14 and ED. RGB value is (176,20,237). Sum of RGB (Red+Green+Blue) = 176+20+237=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #B014ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014ED is #4FEB12. Grayscale: #5A5A5A. Windows color (decimal): -5237523 or 15537328. OLE color: 15537328.

HSL color Cylindrical-coordinate representation of color #B014ED: hue angle of 283.13º degrees, saturation: 0.86, 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 #B014ED is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 20 237 -
CMYK 0.26 0.92 0 0.07
HSL 283.13º 0.86% 0.5% -
HSV(B) 283.13º 0.92% 0.93% -
XYZ 33.44 15.84 81.42 -
YUV 91.38 210.18 188.36 -
System Red Green Blue C M Y K H S L
Decimal 176 20 237 0.26 0.92 0 0.07 283.13 0.86 0.5
Hex B0 14 ED 1A 5C 0 7 11B 56 32
Octal 260 24 355 32 134 0 7 433 126 62
Binary 10110000 10100 11101101 11010 1011100 0 111 100011011 1010110 110010

Color Harmonies of #B014ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014ED

Black with #B014ED

Text Example


Text Example

White with #B014ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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