Html Css Color HEX #B20CEE Electric Purple

📋 copy color: '#B20CEE'

red 178 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #B20CEE

Tints of Electric Purple #B20CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 41.59%
G = 2.8%
B = 55.61%

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

#B20CEE (or 0xB20CEE) is known color: Electric Purple. HEX triplet: B2, 0C and EE. RGB value is (178,12,238). Sum of RGB (Red+Green+Blue) = 178+12+238=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #B20CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CEE is #4DF311. Grayscale: #565656. Windows color (decimal): -5108498 or 15600818. OLE color: 15600818.

HSL color Cylindrical-coordinate representation of color #B20CEE: hue angle of 284.07º 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 #B20CEE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 12 238 -
CMYK 0.25 0.95 0 0.07
HSL 284.07º 0.9% 0.49% -
HSV(B) 284.07º 0.95% 0.93% -
XYZ 33.92 15.9 82.17 -
YUV 87.4 213 192.62 -
System Red Green Blue C M Y K H S L
Decimal 178 12 238 0.25 0.95 0 0.07 284.07 0.9 0.49
Hex B2 C EE 19 5F 0 7 11C 5A 31
Octal 262 14 356 31 137 0 7 434 132 61
Binary 10110010 1100 11101110 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B20CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CEE

Black with #B20CEE

Text Example


Text Example

White with #B20CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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