Html Css Color HEX #BD2172 Medium Violet Red

📋 copy color: '#BD2172'

red 189 ◦ green 33 ◦ blue 114

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

Shades of Medium Violet Red #BD2172

Tints of Medium Violet Red #BD2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 56.25%
G = 9.82%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2172 (or 0xBD2172) is known color: Medium Violet Red. HEX triplet: BD, 21 and 72. RGB value is (189,33,114). Sum of RGB (Red+Green+Blue) = 189+33+114=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2172 is #42DE8D. Grayscale: #585858. Windows color (decimal): -4382350 or 7479741. OLE color: 7479741.

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

Color convert

RGB 189 33 114 -
CMYK 0 0.83 0.40 0.26
HSL 328.85º 0.7% 0.44% -
HSV(B) 328.85º 0.83% 0.74% -
XYZ 24.57 13.12 17.16 -
YUV 88.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 189 33 114 0 0.83 0.40 0.26 328.85 0.7 0.44
Hex BD 21 72 0 53 28 1A 149 46 2C
Octal 275 41 162 0 123 50 32 511 106 54
Binary 10111101 100001 1110010 0 1010011 101000 11010 101001001 1000110 101100

Color Harmonies of #BD2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2172

Black with #BD2172

Text Example


Text Example

White with #BD2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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