Html Css Color HEX #BD2870 Medium Red Violet

📋 copy color: '#BD2870'

red 189 ◦ green 40 ◦ blue 112

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

Shades of Medium Red Violet #BD2870

Tints of Medium Red Violet #BD2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 55.43%
G = 11.73%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD2870 (or 0xBD2870) is known color: Medium Red Violet. HEX triplet: BD, 28 and 70. RGB value is (189,40,112). Sum of RGB (Red+Green+Blue) = 189+40+112=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2870 is #42D78F. Grayscale: #5C5C5C. Windows color (decimal): -4380560 or 7350461. OLE color: 7350461.

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

Color convert

RGB 189 40 112 -
CMYK 0 0.79 0.41 0.26
HSL 331.01º 0.65% 0.45% -
HSV(B) 331.01º 0.79% 0.74% -
XYZ 24.67 13.51 16.64 -
YUV 92.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 189 40 112 0 0.79 0.41 0.26 331.01 0.65 0.45
Hex BD 28 70 0 4F 29 1A 14B 41 2D
Octal 275 50 160 0 117 51 32 513 101 55
Binary 10111101 101000 1110000 0 1001111 101001 11010 101001011 1000001 101101

Color Harmonies of #BD2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2870

Black with #BD2870

Text Example


Text Example

White with #BD2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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