Html Css Color HEX #BD209F Medium Violet Red

📋 copy color: '#BD209F'

red 189 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #BD209F

Tints of Medium Violet Red #BD209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 49.74%
G = 8.42%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD209F (or 0xBD209F) is known color: Medium Violet Red. HEX triplet: BD, 20 and 9F. RGB value is (189,32,159). Sum of RGB (Red+Green+Blue) = 189+32+159=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD209F is #42DF60. Grayscale: #5D5D5D. Windows color (decimal): -4382561 or 10428605. OLE color: 10428605.

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

Color convert

RGB 189 32 159 -
CMYK 0 0.83 0.16 0.26
HSL 311.47º 0.71% 0.43% -
HSV(B) 311.47º 0.83% 0.74% -
XYZ 27.76 14.36 34.11 -
YUV 93.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 189 32 159 0 0.83 0.16 0.26 311.47 0.71 0.43
Hex BD 20 9F 0 53 10 1A 137 47 2B
Octal 275 40 237 0 123 20 32 467 107 53
Binary 10111101 100000 10011111 0 1010011 10000 11010 100110111 1000111 101011

Color Harmonies of #BD209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD209F

Black with #BD209F

Text Example


Text Example

White with #BD209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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