Html Css Color HEX #BD0179 Medium Violet Red

📋 copy color: '#BD0179'

red 189 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #BD0179

Tints of Medium Violet Red #BD0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 60.77%
G = 0.32%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD0179 (or 0xBD0179) is known color: Medium Violet Red. HEX triplet: BD, 01 and 79. RGB value is (189,1,121). Sum of RGB (Red+Green+Blue) = 189+1+121=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0179 is #42FE86. Grayscale: #464646. Windows color (decimal): -4390535 or 7930301. OLE color: 7930301.

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

Color convert

RGB 189 1 121 -
CMYK 0 0.99 0.36 0.26
HSL 321.7º 0.99% 0.37% -
HSV(B) 321.7º 0.99% 0.74% -
XYZ 24.45 12.22 19.16 -
YUV 70.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 189 1 121 0 0.99 0.36 0.26 321.7 0.99 0.37
Hex BD 1 79 0 63 24 1A 142 63 25
Octal 275 1 171 0 143 44 32 502 143 45
Binary 10111101 1 1111001 0 1100011 100100 11010 101000010 1100011 100101

Color Harmonies of #BD0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0179

Black with #BD0179

Text Example


Text Example

White with #BD0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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