Html Css Color HEX #BD209D Medium Violet Red

📋 copy color: '#BD209D'

red 189 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #BD209D

Tints of Medium Violet Red #BD209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 50%
G = 8.47%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD209D (or 0xBD209D) is known color: Medium Violet Red. HEX triplet: BD, 20 and 9D. RGB value is (189,32,157). Sum of RGB (Red+Green+Blue) = 189+32+157=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD209D is #42DF62. Grayscale: #5C5C5C. Windows color (decimal): -4382563 or 10297533. OLE color: 10297533.

HSL color Cylindrical-coordinate representation of color #BD209D: hue angle of 312.23º 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 #BD209D is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 157 -
CMYK 0 0.83 0.17 0.26
HSL 312.23º 0.71% 0.43% -
HSV(B) 312.23º 0.83% 0.74% -
XYZ 27.59 14.29 33.2 -
YUV 93.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 189 32 157 0 0.83 0.17 0.26 312.23 0.71 0.43
Hex BD 20 9D 0 53 11 1A 138 47 2B
Octal 275 40 235 0 123 21 32 470 107 53
Binary 10111101 100000 10011101 0 1010011 10001 11010 100111000 1000111 101011

Color Harmonies of #BD209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD209D

Black with #BD209D

Text Example


Text Example

White with #BD209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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