Html Css Color HEX #BD1770 Medium Violet Red

📋 copy color: '#BD1770'

red 189 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #BD1770

Tints of Medium Violet Red #BD1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 58.33%
G = 7.1%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD1770 (or 0xBD1770) is known color: Medium Violet Red. HEX triplet: BD, 17 and 70. RGB value is (189,23,112). Sum of RGB (Red+Green+Blue) = 189+23+112=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1770 is #42E88F. Grayscale: #525252. Windows color (decimal): -4384912 or 7346109. OLE color: 7346109.

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

Color convert

RGB 189 23 112 -
CMYK 0 0.88 0.41 0.26
HSL 327.83º 0.78% 0.42% -
HSV(B) 327.83º 0.88% 0.74% -
XYZ 24.22 12.6 16.49 -
YUV 82.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 189 23 112 0 0.88 0.41 0.26 327.83 0.78 0.42
Hex BD 17 70 0 58 29 1A 148 4E 2A
Octal 275 27 160 0 130 51 32 510 116 52
Binary 10111101 10111 1110000 0 1011000 101001 11010 101001000 1001110 101010

Color Harmonies of #BD1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1770

Black with #BD1770

Text Example


Text Example

White with #BD1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1770; }

 p { color: rgb(189,23,112); }

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

background-color css

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

 a { background-color: rgb(189,23,112); }

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

border-color css

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

 span { border-color: rgb(189,23,112); }

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