Html Css Color HEX #BD1880 Medium Violet Red

📋 copy color: '#BD1880'

red 189 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #BD1880

Tints of Medium Violet Red #BD1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 55.43%
G = 7.04%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1880 (or 0xBD1880) is known color: Medium Violet Red. HEX triplet: BD, 18 and 80. RGB value is (189,24,128). Sum of RGB (Red+Green+Blue) = 189+24+128=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1880 is #42E77F. Grayscale: #545454. Windows color (decimal): -4384640 or 8394941. OLE color: 8394941.

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

Color convert

RGB 189 24 128 -
CMYK 0 0.87 0.32 0.26
HSL 322.18º 0.77% 0.42% -
HSV(B) 322.18º 0.87% 0.74% -
XYZ 25.21 13.03 21.61 -
YUV 85.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 189 24 128 0 0.87 0.32 0.26 322.18 0.77 0.42
Hex BD 18 80 0 57 20 1A 142 4D 2A
Octal 275 30 200 0 127 40 32 502 115 52
Binary 10111101 11000 10000000 0 1010111 100000 11010 101000010 1001101 101010

Color Harmonies of #BD1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1880

Black with #BD1880

Text Example


Text Example

White with #BD1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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