Html Css Color HEX #BD1370 Medium Violet Red

📋 copy color: '#BD1370'

red 189 ◦ green 19 ◦ blue 112

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

Shades of Medium Violet Red #BD1370

Tints of Medium Violet Red #BD1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 59.06%
G = 5.94%
B = 35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD1370 (or 0xBD1370) is known color: Medium Violet Red. HEX triplet: BD, 13 and 70. RGB value is (189,19,112). Sum of RGB (Red+Green+Blue) = 189+19+112=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1370 is #42EC8F. Grayscale: #505050. Windows color (decimal): -4385936 or 7345085. OLE color: 7345085.

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

Color convert

RGB 189 19 112 -
CMYK 0 0.90 0.41 0.26
HSL 327.18º 0.82% 0.41% -
HSV(B) 327.18º 0.9% 0.74% -
XYZ 24.14 12.45 16.46 -
YUV 80.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 189 19 112 0 0.90 0.41 0.26 327.18 0.82 0.41
Hex BD 13 70 0 5A 29 1A 147 52 29
Octal 275 23 160 0 132 51 32 507 122 51
Binary 10111101 10011 1110000 0 1011010 101001 11010 101000111 1010010 101001

Color Harmonies of #BD1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1370

Black with #BD1370

Text Example


Text Example

White with #BD1370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1370; }

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

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

background-color css

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

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

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

border-color css

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

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

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