Html Css Color HEX #BD0177 Medium Violet Red

📋 copy color: '#BD0177'

red 189 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #BD0177

Tints of Medium Violet Red #BD0177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 61.17%
G = 0.32%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0177 (or 0xBD0177) is known color: Medium Violet Red. HEX triplet: BD, 01 and 77. RGB value is (189,1,119). Sum of RGB (Red+Green+Blue) = 189+1+119=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0177 is #42FE88. Grayscale: #464646. Windows color (decimal): -4390537 or 7799229. OLE color: 7799229.

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

Color convert

RGB 189 1 119 -
CMYK 0 0.99 0.37 0.26
HSL 322.34º 0.99% 0.37% -
HSV(B) 322.34º 0.99% 0.74% -
XYZ 24.33 12.17 18.52 -
YUV 70.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 189 1 119 0 0.99 0.37 0.26 322.34 0.99 0.37
Hex BD 1 77 0 63 25 1A 142 63 25
Octal 275 1 167 0 143 45 32 502 143 45
Binary 10111101 1 1110111 0 1100011 100101 11010 101000010 1100011 100101

Color Harmonies of #BD0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0177

Black with #BD0177

Text Example


Text Example

White with #BD0177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0177; }

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

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

background-color css

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

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

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

border-color css

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

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

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