Html Css Color HEX #BD2487 Medium Red Violet

📋 copy color: '#BD2487'

red 189 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #BD2487

Tints of Medium Red Violet #BD2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

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

R = 52.5%
G = 10%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD2487 (or 0xBD2487) is known color: Medium Red Violet. HEX triplet: BD, 24 and 87. RGB value is (189,36,135). Sum of RGB (Red+Green+Blue) = 189+36+135=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2487 is #42DB78. Grayscale: #5C5C5C. Windows color (decimal): -4381561 or 8856765. OLE color: 8856765.

HSL color Cylindrical-coordinate representation of color #BD2487: hue angle of 321.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2487 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 135 -
CMYK 0 0.81 0.29 0.26
HSL 321.18º 0.68% 0.44% -
HSV(B) 321.18º 0.81% 0.74% -
XYZ 25.99 13.83 24.22 -
YUV 93.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 189 36 135 0 0.81 0.29 0.26 321.18 0.68 0.44
Hex BD 24 87 0 51 1D 1A 141 44 2C
Octal 275 44 207 0 121 35 32 501 104 54
Binary 10111101 100100 10000111 0 1010001 11101 11010 101000001 1000100 101100

Color Harmonies of #BD2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2487

Black with #BD2487

Text Example


Text Example

White with #BD2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2487; }

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

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

background-color css

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

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

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

border-color css

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

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

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