Html Css Color HEX #BD2175 Medium Violet Red

📋 copy color: '#BD2175'

red 189 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #BD2175

Tints of Medium Violet Red #BD2175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 55.75%
G = 9.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD2175 (or 0xBD2175) is known color: Medium Violet Red. HEX triplet: BD, 21 and 75. RGB value is (189,33,117). Sum of RGB (Red+Green+Blue) = 189+33+117=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2175 is #42DE8A. Grayscale: #595959. Windows color (decimal): -4382347 or 7676349. OLE color: 7676349.

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

Color convert

RGB 189 33 117 -
CMYK 0 0.83 0.38 0.26
HSL 327.69º 0.7% 0.44% -
HSV(B) 327.69º 0.83% 0.74% -
XYZ 24.74 13.19 18.07 -
YUV 89.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 189 33 117 0 0.83 0.38 0.26 327.69 0.7 0.44
Hex BD 21 75 0 53 26 1A 148 46 2C
Octal 275 41 165 0 123 46 32 510 106 54
Binary 10111101 100001 1110101 0 1010011 100110 11010 101001000 1000110 101100

Color Harmonies of #BD2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2175

Black with #BD2175

Text Example


Text Example

White with #BD2175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2175; }

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

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

background-color css

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

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

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

border-color css

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

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

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