Html Css Color HEX #BD2187 Medium Violet Red

📋 copy color: '#BD2187'

red 189 ◦ green 33 ◦ blue 135

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

Shades of Medium Violet Red #BD2187

Tints of Medium Violet Red #BD2187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 52.94%
G = 9.24%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD2187 (or 0xBD2187) is known color: Medium Violet Red. HEX triplet: BD, 21 and 87. RGB value is (189,33,135). Sum of RGB (Red+Green+Blue) = 189+33+135=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2187 is #42DE78. Grayscale: #5B5B5B. Windows color (decimal): -4382329 or 8855997. OLE color: 8855997.

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

Color convert

RGB 189 33 135 -
CMYK 0 0.83 0.29 0.26
HSL 320.77º 0.7% 0.44% -
HSV(B) 320.77º 0.83% 0.74% -
XYZ 25.9 13.66 24.19 -
YUV 91.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 189 33 135 0 0.83 0.29 0.26 320.77 0.7 0.44
Hex BD 21 87 0 53 1D 1A 141 46 2C
Octal 275 41 207 0 123 35 32 501 106 54
Binary 10111101 100001 10000111 0 1010011 11101 11010 101000001 1000110 101100

Color Harmonies of #BD2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2187

Black with #BD2187

Text Example


Text Example

White with #BD2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2187; }

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

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

background-color css

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

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

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

border-color css

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

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

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