Html Css Color HEX #B20CEA Electric Purple

📋 copy color: '#B20CEA'

red 178 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #B20CEA

Tints of Electric Purple #B20CEA

RGB

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

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

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

R = 41.98%
G = 2.83%
B = 55.19%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B20CEA (or 0xB20CEA) is known color: Electric Purple. HEX triplet: B2, 0C and EA. RGB value is (178,12,234). Sum of RGB (Red+Green+Blue) = 178+12+234=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #B20CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CEA is #4DF315. Grayscale: #565656. Windows color (decimal): -5108502 or 15338674. OLE color: 15338674.

HSL color Cylindrical-coordinate representation of color #B20CEA: hue angle of 284.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CEA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 12 234 -
CMYK 0.24 0.95 0 0.08
HSL 284.86º 0.9% 0.48% -
HSV(B) 284.86º 0.95% 0.92% -
XYZ 33.34 15.67 79.11 -
YUV 86.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 178 12 234 0.24 0.95 0 0.08 284.86 0.9 0.48
Hex B2 C EA 18 5F 0 8 11D 5A 30
Octal 262 14 352 30 137 0 10 435 132 60
Binary 10110010 1100 11101010 11000 1011111 0 1000 100011101 1011010 110000

Color Harmonies of #B20CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CEA

Black with #B20CEA

Text Example


Text Example

White with #B20CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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