Html Css Color HEX #B018EA Electric Purple

📋 copy color: '#B018EA'

red 176 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #B018EA

Tints of Electric Purple #B018EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 40.55%
G = 5.53%
B = 53.92%

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

#B018EA (or 0xB018EA) is known color: Electric Purple. HEX triplet: B0, 18 and EA. RGB value is (176,24,234). Sum of RGB (Red+Green+Blue) = 176+24+234=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #B018EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018EA is #4FE715. Grayscale: #5C5C5C. Windows color (decimal): -5236502 or 15341744. OLE color: 15341744.

HSL color Cylindrical-coordinate representation of color #B018EA: hue angle of 283.43º degrees, saturation: 0.83, 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 #B018EA is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 24 234 -
CMYK 0.25 0.90 0 0.08
HSL 283.43º 0.83% 0.51% -
HSV(B) 283.43º 0.9% 0.92% -
XYZ 33.08 15.82 79.15 -
YUV 93.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 176 24 234 0.25 0.90 0 0.08 283.43 0.83 0.51
Hex B0 18 EA 19 5A 0 8 11B 53 33
Octal 260 30 352 31 132 0 10 433 123 63
Binary 10110000 11000 11101010 11001 1011010 0 1000 100011011 1010011 110011

Color Harmonies of #B018EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018EA

Black with #B018EA

Text Example


Text Example

White with #B018EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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