Html Css Color HEX #BD2470 Medium Red Violet

📋 copy color: '#BD2470'

red 189 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #BD2470

Tints of Medium Red Violet #BD2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 56.08%
G = 10.68%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD2470 (or 0xBD2470) is known color: Medium Red Violet. HEX triplet: BD, 24 and 70. RGB value is (189,36,112). Sum of RGB (Red+Green+Blue) = 189+36+112=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2470 is #42DB8F. Grayscale: #5A5A5A. Windows color (decimal): -4381584 or 7349437. OLE color: 7349437.

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

Color convert

RGB 189 36 112 -
CMYK 0 0.81 0.41 0.26
HSL 330.2º 0.68% 0.44% -
HSV(B) 330.2º 0.81% 0.74% -
XYZ 24.54 13.25 16.59 -
YUV 90.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 189 36 112 0 0.81 0.41 0.26 330.2 0.68 0.44
Hex BD 24 70 0 51 29 1A 14A 44 2C
Octal 275 44 160 0 121 51 32 512 104 54
Binary 10111101 100100 1110000 0 1010001 101001 11010 101001010 1000100 101100

Color Harmonies of #BD2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2470

Black with #BD2470

Text Example


Text Example

White with #BD2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2470; }

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

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

background-color css

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

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

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

border-color css

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

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

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