Html Css Color HEX #B016EA Electric Purple

📋 copy color: '#B016EA'

red 176 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #B016EA

Tints of Electric Purple #B016EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.09%

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

R = 40.74%
G = 5.09%
B = 54.17%

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

#B016EA (or 0xB016EA) is known color: Electric Purple. HEX triplet: B0, 16 and EA. RGB value is (176,22,234). Sum of RGB (Red+Green+Blue) = 176+22+234=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B016EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B016EA is #4FE915. Grayscale: #5B5B5B. Windows color (decimal): -5237014 or 15341232. OLE color: 15341232.

HSL color Cylindrical-coordinate representation of color #B016EA: hue angle of 283.58º degrees, saturation: 0.83, 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 #B016EA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 22 234 -
CMYK 0.25 0.91 0 0.08
HSL 283.58º 0.83% 0.5% -
HSV(B) 283.58º 0.91% 0.92% -
XYZ 33.04 15.74 79.14 -
YUV 92.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 176 22 234 0.25 0.91 0 0.08 283.58 0.83 0.5
Hex B0 16 EA 19 5B 0 8 11C 53 32
Octal 260 26 352 31 133 0 10 434 123 62
Binary 10110000 10110 11101010 11001 1011011 0 1000 100011100 1010011 110010

Color Harmonies of #B016EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016EA

Black with #B016EA

Text Example


Text Example

White with #B016EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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