Html Css Color HEX #BD2073 Medium Violet Red

📋 copy color: '#BD2073'

red 189 ◦ green 32 ◦ blue 115

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

Shades of Medium Violet Red #BD2073

Tints of Medium Violet Red #BD2073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 56.25%
G = 9.52%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD2073 (or 0xBD2073) is known color: Medium Violet Red. HEX triplet: BD, 20 and 73. RGB value is (189,32,115). Sum of RGB (Red+Green+Blue) = 189+32+115=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2073 is #42DF8C. Grayscale: #585858. Windows color (decimal): -4382605 or 7545021. OLE color: 7545021.

HSL color Cylindrical-coordinate representation of color #BD2073: hue angle of 328.28º 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 #BD2073 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 115 -
CMYK 0 0.83 0.39 0.26
HSL 328.28º 0.71% 0.43% -
HSV(B) 328.28º 0.83% 0.74% -
XYZ 24.6 13.09 17.45 -
YUV 88.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 189 32 115 0 0.83 0.39 0.26 328.28 0.71 0.43
Hex BD 20 73 0 53 27 1A 148 47 2B
Octal 275 40 163 0 123 47 32 510 107 53
Binary 10111101 100000 1110011 0 1010011 100111 11010 101001000 1000111 101011

Color Harmonies of #BD2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2073

Black with #BD2073

Text Example


Text Example

White with #BD2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2073; }

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

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

background-color css

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

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

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

border-color css

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

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

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