Html Css Color HEX #BD2173 Medium Violet Red

📋 copy color: '#BD2173'

red 189 ◦ green 33 ◦ blue 115

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

Shades of Medium Violet Red #BD2173

Tints of Medium Violet Red #BD2173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 56.08%
G = 9.79%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD2173 (or 0xBD2173) is known color: Medium Violet Red. HEX triplet: BD, 21 and 73. RGB value is (189,33,115). Sum of RGB (Red+Green+Blue) = 189+33+115=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2173 is #42DE8C. Grayscale: #585858. Windows color (decimal): -4382349 or 7545277. OLE color: 7545277.

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

Color convert

RGB 189 33 115 -
CMYK 0 0.83 0.39 0.26
HSL 328.46º 0.7% 0.44% -
HSV(B) 328.46º 0.83% 0.74% -
XYZ 24.62 13.14 17.46 -
YUV 88.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 189 33 115 0 0.83 0.39 0.26 328.46 0.7 0.44
Hex BD 21 73 0 53 27 1A 148 46 2C
Octal 275 41 163 0 123 47 32 510 106 54
Binary 10111101 100001 1110011 0 1010011 100111 11010 101001000 1000110 101100

Color Harmonies of #BD2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2173

Black with #BD2173

Text Example


Text Example

White with #BD2173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2173; }

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

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

background-color css

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

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

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

border-color css

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

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

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