Html Css Color HEX #BD1172 Medium Violet Red

📋 copy color: '#BD1172'

red 189 ◦ green 17 ◦ blue 114

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

Shades of Medium Violet Red #BD1172

Tints of Medium Violet Red #BD1172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

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

R = 59.06%
G = 5.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD1172 (or 0xBD1172) is known color: Medium Violet Red. HEX triplet: BD, 11 and 72. RGB value is (189,17,114). Sum of RGB (Red+Green+Blue) = 189+17+114=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1172 is #42EE8D. Grayscale: #4F4F4F. Windows color (decimal): -4386446 or 7475645. OLE color: 7475645.

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

Color convert

RGB 189 17 114 -
CMYK 0 0.91 0.40 0.26
HSL 326.16º 0.83% 0.4% -
HSV(B) 326.16º 0.91% 0.74% -
XYZ 24.22 12.43 17.04 -
YUV 79.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 189 17 114 0 0.91 0.40 0.26 326.16 0.83 0.4
Hex BD 11 72 0 5B 28 1A 146 53 28
Octal 275 21 162 0 133 50 32 506 123 50
Binary 10111101 10001 1110010 0 1011011 101000 11010 101000110 1010011 101000

Color Harmonies of #BD1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1172

Black with #BD1172

Text Example


Text Example

White with #BD1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1172; }

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

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

background-color css

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

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

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

border-color css

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

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

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