Html Css Color HEX #BD2185 Medium Violet Red

📋 copy color: '#BD2185'

red 189 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #BD2185

Tints of Medium Violet Red #BD2185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 53.24%
G = 9.3%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD2185 (or 0xBD2185) is known color: Medium Violet Red. HEX triplet: BD, 21 and 85. RGB value is (189,33,133). Sum of RGB (Red+Green+Blue) = 189+33+133=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2185 is #42DE7A. Grayscale: #5A5A5A. Windows color (decimal): -4382331 or 8724925. OLE color: 8724925.

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

Color convert

RGB 189 33 133 -
CMYK 0 0.83 0.30 0.26
HSL 321.54º 0.7% 0.44% -
HSV(B) 321.54º 0.83% 0.74% -
XYZ 25.76 13.6 23.46 -
YUV 91.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 189 33 133 0 0.83 0.30 0.26 321.54 0.7 0.44
Hex BD 21 85 0 53 1E 1A 142 46 2C
Octal 275 41 205 0 123 36 32 502 106 54
Binary 10111101 100001 10000101 0 1010011 11110 11010 101000010 1000110 101100

Color Harmonies of #BD2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2185

Black with #BD2185

Text Example


Text Example

White with #BD2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2185; }

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

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

background-color css

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

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

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

border-color css

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

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

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