Html Css Color HEX #B20DEA Electric Purple

📋 copy color: '#B20DEA'

red 178 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #B20DEA

Tints of Electric Purple #B20DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

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

R = 41.88%
G = 3.06%
B = 55.06%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B20DEA (or 0xB20DEA) is known color: Electric Purple. HEX triplet: B2, 0D and EA. RGB value is (178,13,234). Sum of RGB (Red+Green+Blue) = 178+13+234=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #B20DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20DEA is #4DF215. Grayscale: #565656. Windows color (decimal): -5108246 or 15338930. OLE color: 15338930.

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

Color convert

RGB 178 13 234 -
CMYK 0.24 0.94 0 0.08
HSL 284.8º 0.89% 0.48% -
HSV(B) 284.8º 0.94% 0.92% -
XYZ 33.36 15.69 79.11 -
YUV 87.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 178 13 234 0.24 0.94 0 0.08 284.8 0.89 0.48
Hex B2 D EA 18 5E 0 8 11D 59 30
Octal 262 15 352 30 136 0 10 435 131 60
Binary 10110010 1101 11101010 11000 1011110 0 1000 100011101 1011001 110000

Color Harmonies of #B20DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DEA

Black with #B20DEA

Text Example


Text Example

White with #B20DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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