Html Css Color HEX #B017EB Electric Purple

📋 copy color: '#B017EB'

red 176 ◦ green 23 ◦ blue 235

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

Shades of Electric Purple #B017EB

Tints of Electric Purple #B017EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 40.55%
G = 5.3%
B = 54.15%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B017EB (or 0xB017EB) is known color: Electric Purple. HEX triplet: B0, 17 and EB. RGB value is (176,23,235). Sum of RGB (Red+Green+Blue) = 176+23+235=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #B017EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017EB is #4FE814. Grayscale: #5C5C5C. Windows color (decimal): -5236757 or 15407024. OLE color: 15407024.

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

Color convert

RGB 176 23 235 -
CMYK 0.25 0.90 0 0.08
HSL 283.3º 0.84% 0.51% -
HSV(B) 283.3º 0.9% 0.92% -
XYZ 33.21 15.84 79.9 -
YUV 92.92 208.19 187.26 -
System Red Green Blue C M Y K H S L
Decimal 176 23 235 0.25 0.90 0 0.08 283.3 0.84 0.51
Hex B0 17 EB 19 5A 0 8 11B 54 33
Octal 260 27 353 31 132 0 10 433 124 63
Binary 10110000 10111 11101011 11001 1011010 0 1000 100011011 1010100 110011

Color Harmonies of #B017EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017EB

Black with #B017EB

Text Example


Text Example

White with #B017EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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