Html Css Color HEX #B017E9 Electric Purple

📋 copy color: '#B017E9'

red 176 ◦ green 23 ◦ blue 233

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

Shades of Electric Purple #B017E9

Tints of Electric Purple #B017E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.94%

R = 40.74%
G = 5.32%
B = 53.94%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B017E9 (or 0xB017E9) is known color: Electric Purple. HEX triplet: B0, 17 and E9. RGB value is (176,23,233). Sum of RGB (Red+Green+Blue) = 176+23+233=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #B017E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017E9 is #4FE816. Grayscale: #5B5B5B. Windows color (decimal): -5236759 or 15275952. OLE color: 15275952.

HSL color Cylindrical-coordinate representation of color #B017E9: hue angle of 283.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B017E9 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 23 233 -
CMYK 0.24 0.90 0 0.09
HSL 283.71º 0.83% 0.5% -
HSV(B) 283.71º 0.9% 0.91% -
XYZ 32.92 15.73 78.39 -
YUV 92.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 176 23 233 0.24 0.90 0 0.09 283.71 0.83 0.5
Hex B0 17 E9 18 5A 0 9 11C 53 32
Octal 260 27 351 30 132 0 11 434 123 62
Binary 10110000 10111 11101001 11000 1011010 0 1001 100011100 1010011 110010

Color Harmonies of #B017E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017E9

Black with #B017E9

Text Example


Text Example

White with #B017E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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