Html Css Color HEX #B20CEC Electric Purple

📋 copy color: '#B20CEC'

red 178 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B20CEC

Tints of Electric Purple #B20CEC

RGB

 RED value IS 178 (69.92% from 255) = 41.78%

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 41.78%
G = 2.82%
B = 55.4%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B20CEC (or 0xB20CEC) is known color: Electric Purple. HEX triplet: B2, 0C and EC. RGB value is (178,12,236). Sum of RGB (Red+Green+Blue) = 178+12+236=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #B20CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CEC is #4DF313. Grayscale: #565656. Windows color (decimal): -5108500 or 15469746. OLE color: 15469746.

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

Color convert

RGB 178 12 236 -
CMYK 0.25 0.95 0 0.07
HSL 284.46º 0.9% 0.49% -
HSV(B) 284.46º 0.95% 0.93% -
XYZ 33.63 15.78 80.63 -
YUV 87.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 178 12 236 0.25 0.95 0 0.07 284.46 0.9 0.49
Hex B2 C EC 19 5F 0 7 11C 5A 31
Octal 262 14 354 31 137 0 7 434 132 61
Binary 10110010 1100 11101100 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B20CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CEC

Black with #B20CEC

Text Example


Text Example

White with #B20CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CEC; }

 p { color: rgb(178,12,236); }

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

background-color css

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

 a { background-color: rgb(178,12,236); }

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

border-color css

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

 span { border-color: rgb(178,12,236); }

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