Html Css Color HEX #B018E9 Electric Purple

📋 copy color: '#B018E9'

red 176 ◦ green 24 ◦ blue 233

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

Shades of Electric Purple #B018E9

Tints of Electric Purple #B018E9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

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

R = 40.65%
G = 5.54%
B = 53.81%

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

#B018E9 (or 0xB018E9) is known color: Electric Purple. HEX triplet: B0, 18 and E9. RGB value is (176,24,233). Sum of RGB (Red+Green+Blue) = 176+24+233=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #B018E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018E9 is #4FE716. Grayscale: #5C5C5C. Windows color (decimal): -5236503 or 15276208. OLE color: 15276208.

HSL color Cylindrical-coordinate representation of color #B018E9: hue angle of 283.64º 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 #B018E9 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 24 233 -
CMYK 0.24 0.90 0 0.09
HSL 283.64º 0.83% 0.5% -
HSV(B) 283.64º 0.9% 0.91% -
XYZ 32.94 15.77 78.4 -
YUV 93.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 176 24 233 0.24 0.90 0 0.09 283.64 0.83 0.5
Hex B0 18 E9 18 5A 0 9 11C 53 32
Octal 260 30 351 30 132 0 11 434 123 62
Binary 10110000 11000 11101001 11000 1011010 0 1001 100011100 1010011 110010

Color Harmonies of #B018E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018E9

Black with #B018E9

Text Example


Text Example

White with #B018E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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