Html Css Color HEX #BD206D Medium Violet Red

📋 copy color: '#BD206D'

red 189 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #BD206D

Tints of Medium Violet Red #BD206D

RGB

 RED value IS 189 (74.22% from 255) = 57.27%

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 57.27%
G = 9.7%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD206D (or 0xBD206D) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6D. RGB value is (189,32,109). Sum of RGB (Red+Green+Blue) = 189+32+109=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206D is #42DF92. Grayscale: #575757. Windows color (decimal): -4382611 or 7151805. OLE color: 7151805.

HSL color Cylindrical-coordinate representation of color #BD206D: hue angle of 330.57º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD206D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 109 -
CMYK 0 0.83 0.42 0.26
HSL 330.57º 0.71% 0.43% -
HSV(B) 330.57º 0.83% 0.74% -
XYZ 24.26 12.96 15.69 -
YUV 87.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 189 32 109 0 0.83 0.42 0.26 330.57 0.71 0.43
Hex BD 20 6D 0 53 2A 1A 14B 47 2B
Octal 275 40 155 0 123 52 32 513 107 53
Binary 10111101 100000 1101101 0 1010011 101010 11010 101001011 1000111 101011

Color Harmonies of #BD206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD206D

Black with #BD206D

Text Example


Text Example

White with #BD206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD206D; }

 p { color: rgb(189,32,109); }

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

background-color css

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

 a { background-color: rgb(189,32,109); }

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

border-color css

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

 span { border-color: rgb(189,32,109); }

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