Html Css Color HEX #BD1479 Medium Violet Red

📋 copy color: '#BD1479'

red 189 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #BD1479

Tints of Medium Violet Red #BD1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 57.27%
G = 6.06%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1479 (or 0xBD1479) is known color: Medium Violet Red. HEX triplet: BD, 14 and 79. RGB value is (189,20,121). Sum of RGB (Red+Green+Blue) = 189+20+121=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1479 is #42EB86. Grayscale: #515151. Windows color (decimal): -4385671 or 7935165. OLE color: 7935165.

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

Color convert

RGB 189 20 121 -
CMYK 0 0.89 0.36 0.26
HSL 324.14º 0.81% 0.41% -
HSV(B) 324.14º 0.89% 0.74% -
XYZ 24.69 12.7 19.24 -
YUV 82.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 189 20 121 0 0.89 0.36 0.26 324.14 0.81 0.41
Hex BD 14 79 0 59 24 1A 144 51 29
Octal 275 24 171 0 131 44 32 504 121 51
Binary 10111101 10100 1111001 0 1011001 100100 11010 101000100 1010001 101001

Color Harmonies of #BD1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1479

Black with #BD1479

Text Example


Text Example

White with #BD1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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