Html Css Color HEX #B017EC Electric Purple

📋 copy color: '#B017EC'

red 176 ◦ green 23 ◦ blue 236

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

Shades of Electric Purple #B017EC

Tints of Electric Purple #B017EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.29%

 BLUE value IS 236 (92.58% from 255) = 54.25%

R = 40.46%
G = 5.29%
B = 54.25%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B017EC (or 0xB017EC) is known color: Electric Purple. HEX triplet: B0, 17 and EC. RGB value is (176,23,236). Sum of RGB (Red+Green+Blue) = 176+23+236=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #B017EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017EC is #4FE813. Grayscale: #5C5C5C. Windows color (decimal): -5236756 or 15472560. OLE color: 15472560.

HSL color Cylindrical-coordinate representation of color #B017EC: hue angle of 283.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B017EC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 23 236 -
CMYK 0.25 0.90 0 0.07
HSL 283.1º 0.85% 0.51% -
HSV(B) 283.1º 0.9% 0.93% -
XYZ 33.35 15.9 80.67 -
YUV 93.03 208.69 187.18 -
System Red Green Blue C M Y K H S L
Decimal 176 23 236 0.25 0.90 0 0.07 283.1 0.85 0.51
Hex B0 17 EC 19 5A 0 7 11B 55 33
Octal 260 27 354 31 132 0 7 433 125 63
Binary 10110000 10111 11101100 11001 1011010 0 111 100011011 1010101 110011

Color Harmonies of #B017EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017EC

Black with #B017EC

Text Example


Text Example

White with #B017EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017EC; }

 p { color: rgb(176,23,236); }

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

background-color css

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

 a { background-color: rgb(176,23,236); }

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

border-color css

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

 span { border-color: rgb(176,23,236); }

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