Html Css Color HEX #BD2770 Medium Red Violet

📋 copy color: '#BD2770'

red 189 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #BD2770

Tints of Medium Red Violet #BD2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 55.59%
G = 11.47%
B = 32.94%

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

#BD2770 (or 0xBD2770) is known color: Medium Red Violet. HEX triplet: BD, 27 and 70. RGB value is (189,39,112). Sum of RGB (Red+Green+Blue) = 189+39+112=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2770 is #42D88F. Grayscale: #5C5C5C. Windows color (decimal): -4380816 or 7350205. OLE color: 7350205.

HSL color Cylindrical-coordinate representation of color #BD2770: hue angle of 330.8º degrees, saturation: 0.66, 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 #BD2770 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 112 -
CMYK 0 0.79 0.41 0.26
HSL 330.8º 0.66% 0.45% -
HSV(B) 330.8º 0.79% 0.74% -
XYZ 24.64 13.44 16.62 -
YUV 92.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 189 39 112 0 0.79 0.41 0.26 330.8 0.66 0.45
Hex BD 27 70 0 4F 29 1A 14B 42 2D
Octal 275 47 160 0 117 51 32 513 102 55
Binary 10111101 100111 1110000 0 1001111 101001 11010 101001011 1000010 101101

Color Harmonies of #BD2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2770

Black with #BD2770

Text Example


Text Example

White with #BD2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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