Html Css Color HEX #B20DDC Dark Violet

📋 copy color: '#B20DDC'

red 178 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #B20DDC

Tints of Dark Violet #B20DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 43.31%
G = 3.16%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B20DDC (or 0xB20DDC) is known color: Dark Violet. HEX triplet: B2, 0D and DC. RGB value is (178,13,220). Sum of RGB (Red+Green+Blue) = 178+13+220=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B20DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DDC is #4DF223. Grayscale: #555555. Windows color (decimal): -5108260 or 14421426. OLE color: 14421426.

HSL color Cylindrical-coordinate representation of color #B20DDC: hue angle of 287.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DDC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 13 220 -
CMYK 0.19 0.94 0 0.14
HSL 287.83º 0.89% 0.46% -
HSV(B) 287.83º 0.94% 0.86% -
XYZ 31.42 14.92 68.93 -
YUV 85.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 178 13 220 0.19 0.94 0 0.14 287.83 0.89 0.46
Hex B2 D DC 13 5E 0 E 120 59 2E
Octal 262 15 334 23 136 0 16 440 131 56
Binary 10110010 1101 11011100 10011 1011110 0 1110 100100000 1011001 101110

Color Harmonies of #B20DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DDC

Black with #B20DDC

Text Example


Text Example

White with #B20DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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