Html Css Color HEX #BD209A Medium Violet Red

📋 copy color: '#BD209A'

red 189 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #BD209A

Tints of Medium Violet Red #BD209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 50.4%
G = 8.53%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD209A (or 0xBD209A) is known color: Medium Violet Red. HEX triplet: BD, 20 and 9A. RGB value is (189,32,154). Sum of RGB (Red+Green+Blue) = 189+32+154=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD209A is #42DF65. Grayscale: #5C5C5C. Windows color (decimal): -4382566 or 10100925. OLE color: 10100925.

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

Color convert

RGB 189 32 154 -
CMYK 0 0.83 0.19 0.26
HSL 313.38º 0.71% 0.43% -
HSV(B) 313.38º 0.83% 0.74% -
XYZ 27.34 14.18 31.87 -
YUV 92.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 189 32 154 0 0.83 0.19 0.26 313.38 0.71 0.43
Hex BD 20 9A 0 53 13 1A 139 47 2B
Octal 275 40 232 0 123 23 32 471 107 53
Binary 10111101 100000 10011010 0 1010011 10011 11010 100111001 1000111 101011

Color Harmonies of #BD209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD209A

Black with #BD209A

Text Example


Text Example

White with #BD209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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