Html Css Color HEX #BD2279 Medium Violet Red

📋 copy color: '#BD2279'

red 189 ◦ green 34 ◦ blue 121

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

Shades of Medium Violet Red #BD2279

Tints of Medium Violet Red #BD2279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 54.94%
G = 9.88%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD2279 (or 0xBD2279) is known color: Medium Violet Red. HEX triplet: BD, 22 and 79. RGB value is (189,34,121). Sum of RGB (Red+Green+Blue) = 189+34+121=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2279 is #42DD86. Grayscale: #5A5A5A. Windows color (decimal): -4382087 or 7938749. OLE color: 7938749.

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

Color convert

RGB 189 34 121 -
CMYK 0 0.82 0.36 0.26
HSL 326.32º 0.7% 0.44% -
HSV(B) 326.32º 0.82% 0.74% -
XYZ 25.01 13.34 19.35 -
YUV 90.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 189 34 121 0 0.82 0.36 0.26 326.32 0.7 0.44
Hex BD 22 79 0 52 24 1A 146 46 2C
Octal 275 42 171 0 122 44 32 506 106 54
Binary 10111101 100010 1111001 0 1010010 100100 11010 101000110 1000110 101100

Color Harmonies of #BD2279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2279

Black with #BD2279

Text Example


Text Example

White with #BD2279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2279; }

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

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

background-color css

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

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

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

border-color css

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

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

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