Html Css Color HEX #B01CEC Electric Purple

📋 copy color: '#B01CEC'

red 176 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #B01CEC

Tints of Electric Purple #B01CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 40%
G = 6.36%
B = 53.64%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B01CEC (or 0xB01CEC) is known color: Electric Purple. HEX triplet: B0, 1C and EC. RGB value is (176,28,236). Sum of RGB (Red+Green+Blue) = 176+28+236=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #B01CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CEC is #4FE313. Grayscale: #5F5F5F. Windows color (decimal): -5235476 or 15473840. OLE color: 15473840.

HSL color Cylindrical-coordinate representation of color #B01CEC: hue angle of 282.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01CEC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 28 236 -
CMYK 0.25 0.88 0 0.07
HSL 282.69º 0.85% 0.52% -
HSV(B) 282.69º 0.88% 0.93% -
XYZ 33.46 16.12 80.7 -
YUV 95.96 207.03 185.09 -
System Red Green Blue C M Y K H S L
Decimal 176 28 236 0.25 0.88 0 0.07 282.69 0.85 0.52
Hex B0 1C EC 19 58 0 7 11B 55 34
Octal 260 34 354 31 130 0 7 433 125 64
Binary 10110000 11100 11101100 11001 1011000 0 111 100011011 1010101 110100

Color Harmonies of #B01CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CEC

Black with #B01CEC

Text Example


Text Example

White with #B01CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CEC; }

 p { color: rgb(176,28,236); }

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

background-color css

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

 a { background-color: rgb(176,28,236); }

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

border-color css

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

 span { border-color: rgb(176,28,236); }

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