Html Css Color HEX #BD1079 Medium Violet Red

📋 copy color: '#BD1079'

red 189 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #BD1079

Tints of Medium Violet Red #BD1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 57.98%
G = 4.91%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1079 (or 0xBD1079) is known color: Medium Violet Red. HEX triplet: BD, 10 and 79. RGB value is (189,16,121). Sum of RGB (Red+Green+Blue) = 189+16+121=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1079 is #42EF86. Grayscale: #4F4F4F. Windows color (decimal): -4386695 or 7934141. OLE color: 7934141.

HSL color Cylindrical-coordinate representation of color #BD1079: hue angle of 323.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1079 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 121 -
CMYK 0 0.92 0.36 0.26
HSL 323.58º 0.84% 0.4% -
HSV(B) 323.58º 0.92% 0.74% -
XYZ 24.62 12.57 19.22 -
YUV 79.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 189 16 121 0 0.92 0.36 0.26 323.58 0.84 0.4
Hex BD 10 79 0 5C 24 1A 144 54 28
Octal 275 20 171 0 134 44 32 504 124 50
Binary 10111101 10000 1111001 0 1011100 100100 11010 101000100 1010100 101000

Color Harmonies of #BD1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1079

Black with #BD1079

Text Example


Text Example

White with #BD1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1079; }

 p { color: rgb(189,16,121); }

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

background-color css

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

 a { background-color: rgb(189,16,121); }

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

border-color css

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

 span { border-color: rgb(189,16,121); }

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