Html Css Color HEX #B20DA6 Medium Violet Red

📋 copy color: '#B20DA6'

red 178 ◦ green 13 ◦ blue 166

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

Shades of Medium Violet Red #B20DA6

Tints of Medium Violet Red #B20DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.5%

R = 49.86%
G = 3.64%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B20DA6 (or 0xB20DA6) is known color: Medium Violet Red. HEX triplet: B2, 0D and A6. RGB value is (178,13,166). Sum of RGB (Red+Green+Blue) = 178+13+166=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DA6 is #4DF259. Grayscale: #4F4F4F. Windows color (decimal): -5108314 or 10882482. OLE color: 10882482.

HSL color Cylindrical-coordinate representation of color #B20DA6: hue angle of 304.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 166 -
CMYK 0 0.93 0.07 0.30
HSL 304.36º 0.86% 0.37% -
HSV(B) 304.36º 0.93% 0.7% -
XYZ 25.39 12.51 37.15 -
YUV 79.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 178 13 166 0 0.93 0.07 0.30 304.36 0.86 0.37
Hex B2 D A6 0 5D 7 1E 130 56 25
Octal 262 15 246 0 135 7 36 460 126 45
Binary 10110010 1101 10100110 0 1011101 111 11110 100110000 1010110 100101

Color Harmonies of #B20DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DA6

Black with #B20DA6

Text Example


Text Example

White with #B20DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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