Html Css Color HEX #BD1583 Medium Violet Red

📋 copy color: '#BD1583'

red 189 ◦ green 21 ◦ blue 131

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

Shades of Medium Violet Red #BD1583

Tints of Medium Violet Red #BD1583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 55.43%
G = 6.16%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD1583 (or 0xBD1583) is known color: Medium Violet Red. HEX triplet: BD, 15 and 83. RGB value is (189,21,131). Sum of RGB (Red+Green+Blue) = 189+21+131=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1583 is #42EA7C. Grayscale: #535353. Windows color (decimal): -4385405 or 8590781. OLE color: 8590781.

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

Color convert

RGB 189 21 131 -
CMYK 0 0.89 0.31 0.26
HSL 320.71º 0.8% 0.41% -
HSV(B) 320.71º 0.89% 0.74% -
XYZ 25.35 12.99 22.64 -
YUV 83.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 189 21 131 0 0.89 0.31 0.26 320.71 0.8 0.41
Hex BD 15 83 0 59 1F 1A 141 50 29
Octal 275 25 203 0 131 37 32 501 120 51
Binary 10111101 10101 10000011 0 1011001 11111 11010 101000001 1010000 101001

Color Harmonies of #BD1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1583

Black with #BD1583

Text Example


Text Example

White with #BD1583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1583; }

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

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

background-color css

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

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

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

border-color css

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

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

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