Html Css Color HEX #BD2879 Medium Red Violet

📋 copy color: '#BD2879'

red 189 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #BD2879

Tints of Medium Red Violet #BD2879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 54%
G = 11.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD2879 (or 0xBD2879) is known color: Medium Red Violet. HEX triplet: BD, 28 and 79. RGB value is (189,40,121). Sum of RGB (Red+Green+Blue) = 189+40+121=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2879 is #42D786. Grayscale: #5D5D5D. Windows color (decimal): -4380551 or 7940285. OLE color: 7940285.

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

Color convert

RGB 189 40 121 -
CMYK 0 0.79 0.36 0.26
HSL 327.38º 0.65% 0.45% -
HSV(B) 327.38º 0.79% 0.74% -
XYZ 25.2 13.72 19.41 -
YUV 93.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 189 40 121 0 0.79 0.36 0.26 327.38 0.65 0.45
Hex BD 28 79 0 4F 24 1A 147 41 2D
Octal 275 50 171 0 117 44 32 507 101 55
Binary 10111101 101000 1111001 0 1001111 100100 11010 101000111 1000001 101101

Color Harmonies of #BD2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2879

Black with #BD2879

Text Example


Text Example

White with #BD2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2879; }

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

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

background-color css

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

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

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

border-color css

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

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

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