Html Css Color HEX #BD2199 Medium Violet Red

📋 copy color: '#BD2199'

red 189 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #BD2199

Tints of Medium Violet Red #BD2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 50.4%
G = 8.8%
B = 40.8%

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

#BD2199 (or 0xBD2199) is known color: Medium Violet Red. HEX triplet: BD, 21 and 99. RGB value is (189,33,153). Sum of RGB (Red+Green+Blue) = 189+33+153=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2199 is #42DE66. Grayscale: #5C5C5C. Windows color (decimal): -4382311 or 10035645. OLE color: 10035645.

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

Color convert

RGB 189 33 153 -
CMYK 0 0.83 0.19 0.26
HSL 313.85º 0.7% 0.44% -
HSV(B) 313.85º 0.83% 0.74% -
XYZ 27.28 14.21 31.44 -
YUV 93.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 189 33 153 0 0.83 0.19 0.26 313.85 0.7 0.44
Hex BD 21 99 0 53 13 1A 13A 46 2C
Octal 275 41 231 0 123 23 32 472 106 54
Binary 10111101 100001 10011001 0 1010011 10011 11010 100111010 1000110 101100

Color Harmonies of #BD2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2199

Black with #BD2199

Text Example


Text Example

White with #BD2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2199; }

 p { color: rgb(189,33,153); }

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

background-color css

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

 a { background-color: rgb(189,33,153); }

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

border-color css

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

 span { border-color: rgb(189,33,153); }

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