Html Css Color HEX #BD2080 Medium Violet Red

📋 copy color: '#BD2080'

red 189 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #BD2080

Tints of Medium Violet Red #BD2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 54.15%
G = 9.17%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD2080 (or 0xBD2080) is known color: Medium Violet Red. HEX triplet: BD, 20 and 80. RGB value is (189,32,128). Sum of RGB (Red+Green+Blue) = 189+32+128=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2080 is #42DF7F. Grayscale: #595959. Windows color (decimal): -4382592 or 8396989. OLE color: 8396989.

HSL color Cylindrical-coordinate representation of color #BD2080: hue angle of 323.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2080 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 128 -
CMYK 0 0.83 0.32 0.26
HSL 323.31º 0.71% 0.43% -
HSV(B) 323.31º 0.83% 0.74% -
XYZ 25.4 13.41 21.67 -
YUV 89.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 189 32 128 0 0.83 0.32 0.26 323.31 0.71 0.43
Hex BD 20 80 0 53 20 1A 143 47 2B
Octal 275 40 200 0 123 40 32 503 107 53
Binary 10111101 100000 10000000 0 1010011 100000 11010 101000011 1000111 101011

Color Harmonies of #BD2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2080

Black with #BD2080

Text Example


Text Example

White with #BD2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2080; }

 p { color: rgb(189,32,128); }

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

background-color css

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

 a { background-color: rgb(189,32,128); }

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

border-color css

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

 span { border-color: rgb(189,32,128); }

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