Html Css Color HEX #BD2887 Medium Red Violet

📋 copy color: '#BD2887'

red 189 ◦ green 40 ◦ blue 135

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

Shades of Medium Red Violet #BD2887

Tints of Medium Red Violet #BD2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 51.92%
G = 10.99%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD2887 (or 0xBD2887) is known color: Medium Red Violet. HEX triplet: BD, 28 and 87. RGB value is (189,40,135). Sum of RGB (Red+Green+Blue) = 189+40+135=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2887 is #42D778. Grayscale: #5F5F5F. Windows color (decimal): -4380537 or 8857789. OLE color: 8857789.

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

Color convert

RGB 189 40 135 -
CMYK 0 0.79 0.29 0.26
HSL 321.75º 0.65% 0.45% -
HSV(B) 321.75º 0.79% 0.74% -
XYZ 26.12 14.09 24.26 -
YUV 95.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 189 40 135 0 0.79 0.29 0.26 321.75 0.65 0.45
Hex BD 28 87 0 4F 1D 1A 142 41 2D
Octal 275 50 207 0 117 35 32 502 101 55
Binary 10111101 101000 10000111 0 1001111 11101 11010 101000010 1000001 101101

Color Harmonies of #BD2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2887

Black with #BD2887

Text Example


Text Example

White with #BD2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2887; }

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

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

background-color css

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

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

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

border-color css

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

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

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