Html Css Color HEX #BD1577 Medium Violet Red

📋 copy color: '#BD1577'

red 189 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #BD1577

Tints of Medium Violet Red #BD1577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 57.45%
G = 6.38%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD1577 (or 0xBD1577) is known color: Medium Violet Red. HEX triplet: BD, 15 and 77. RGB value is (189,21,119). Sum of RGB (Red+Green+Blue) = 189+21+119=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1577 is #42EA88. Grayscale: #525252. Windows color (decimal): -4385417 or 7804349. OLE color: 7804349.

HSL color Cylindrical-coordinate representation of color #BD1577: hue angle of 325º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1577 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 119 -
CMYK 0 0.89 0.37 0.26
HSL 325º 0.8% 0.41% -
HSV(B) 325º 0.89% 0.74% -
XYZ 24.58 12.69 18.61 -
YUV 82.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 189 21 119 0 0.89 0.37 0.26 325 0.8 0.41
Hex BD 15 77 0 59 25 1A 145 50 29
Octal 275 25 167 0 131 45 32 505 120 51
Binary 10111101 10101 1110111 0 1011001 100101 11010 101000101 1010000 101001

Color Harmonies of #BD1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1577

Black with #BD1577

Text Example


Text Example

White with #BD1577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1577; }

 p { color: rgb(189,21,119); }

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

background-color css

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

 a { background-color: rgb(189,21,119); }

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

border-color css

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

 span { border-color: rgb(189,21,119); }

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