Html Css Color HEX #B017ED Electric Purple

📋 copy color: '#B017ED'

red 176 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #B017ED

Tints of Electric Purple #B017ED

RGB

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

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

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

R = 40.37%
G = 5.28%
B = 54.36%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B017ED (or 0xB017ED) is known color: Electric Purple. HEX triplet: B0, 17 and ED. RGB value is (176,23,237). Sum of RGB (Red+Green+Blue) = 176+23+237=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B017ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017ED is #4FE812. Grayscale: #5C5C5C. Windows color (decimal): -5236755 or 15538096. OLE color: 15538096.

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

Color convert

RGB 176 23 237 -
CMYK 0.26 0.90 0 0.07
HSL 282.9º 0.86% 0.51% -
HSV(B) 282.9º 0.9% 0.93% -
XYZ 33.5 15.96 81.44 -
YUV 93.14 209.19 187.1 -
System Red Green Blue C M Y K H S L
Decimal 176 23 237 0.26 0.90 0 0.07 282.9 0.86 0.51
Hex B0 17 ED 1A 5A 0 7 11B 56 33
Octal 260 27 355 32 132 0 7 433 126 63
Binary 10110000 10111 11101101 11010 1011010 0 111 100011011 1010110 110011

Color Harmonies of #B017ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017ED

Black with #B017ED

Text Example


Text Example

White with #B017ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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