Html Css Color HEX #BD287C Medium Red Violet

📋 copy color: '#BD287C'

red 189 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #BD287C

Tints of Medium Red Violet #BD287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 53.54%
G = 11.33%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD287C (or 0xBD287C) is known color: Medium Red Violet. HEX triplet: BD, 28 and 7C. RGB value is (189,40,124). Sum of RGB (Red+Green+Blue) = 189+40+124=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD287C is #42D783. Grayscale: #5D5D5D. Windows color (decimal): -4380548 or 8136893. OLE color: 8136893.

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

Color convert

RGB 189 40 124 -
CMYK 0 0.79 0.34 0.26
HSL 326.17º 0.65% 0.45% -
HSV(B) 326.17º 0.79% 0.74% -
XYZ 25.38 13.79 20.39 -
YUV 94.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 189 40 124 0 0.79 0.34 0.26 326.17 0.65 0.45
Hex BD 28 7C 0 4F 22 1A 146 41 2D
Octal 275 50 174 0 117 42 32 506 101 55
Binary 10111101 101000 1111100 0 1001111 100010 11010 101000110 1000001 101101

Color Harmonies of #BD287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD287C

Black with #BD287C

Text Example


Text Example

White with #BD287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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