Html Css Color HEX #B20DED Electric Purple

📋 copy color: '#B20DED'

red 178 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #B20DED

Tints of Electric Purple #B20DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 41.59%
G = 3.04%
B = 55.37%

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

#B20DED (or 0xB20DED) is known color: Electric Purple. HEX triplet: B2, 0D and ED. RGB value is (178,13,237). Sum of RGB (Red+Green+Blue) = 178+13+237=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #B20DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20DED is #4DF212. Grayscale: #575757. Windows color (decimal): -5108243 or 15535538. OLE color: 15535538.

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

Color convert

RGB 178 13 237 -
CMYK 0.25 0.95 0 0.07
HSL 284.2º 0.9% 0.49% -
HSV(B) 284.2º 0.95% 0.93% -
XYZ 33.79 15.87 81.4 -
YUV 87.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 178 13 237 0.25 0.95 0 0.07 284.2 0.9 0.49
Hex B2 D ED 19 5F 0 7 11C 5A 31
Octal 262 15 355 31 137 0 7 434 132 61
Binary 10110010 1101 11101101 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B20DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DED

Black with #B20DED

Text Example


Text Example

White with #B20DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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