Html Css Color HEX #BD2072 Medium Violet Red

📋 copy color: '#BD2072'

red 189 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #BD2072

Tints of Medium Violet Red #BD2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 56.42%
G = 9.55%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2072 (or 0xBD2072) is known color: Medium Violet Red. HEX triplet: BD, 20 and 72. RGB value is (189,32,114). Sum of RGB (Red+Green+Blue) = 189+32+114=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2072 is #42DF8D. Grayscale: #585858. Windows color (decimal): -4382606 or 7479485. OLE color: 7479485.

HSL color Cylindrical-coordinate representation of color #BD2072: hue angle of 328.66º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2072 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 114 -
CMYK 0 0.83 0.40 0.26
HSL 328.66º 0.71% 0.43% -
HSV(B) 328.66º 0.83% 0.74% -
XYZ 24.54 13.07 17.15 -
YUV 88.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 189 32 114 0 0.83 0.40 0.26 328.66 0.71 0.43
Hex BD 20 72 0 53 28 1A 149 47 2B
Octal 275 40 162 0 123 50 32 511 107 53
Binary 10111101 100000 1110010 0 1010011 101000 11010 101001001 1000111 101011

Color Harmonies of #BD2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2072

Black with #BD2072

Text Example


Text Example

White with #BD2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2072; }

 p { color: rgb(189,32,114); }

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

background-color css

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

 a { background-color: rgb(189,32,114); }

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

border-color css

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

 span { border-color: rgb(189,32,114); }

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