Html Css Color HEX #BD1776 Medium Violet Red

📋 copy color: '#BD1776'

red 189 ◦ green 23 ◦ blue 118

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

Shades of Medium Violet Red #BD1776

Tints of Medium Violet Red #BD1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 57.27%
G = 6.97%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD1776 (or 0xBD1776) is known color: Medium Violet Red. HEX triplet: BD, 17 and 76. RGB value is (189,23,118). Sum of RGB (Red+Green+Blue) = 189+23+118=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1776 is #42E889. Grayscale: #535353. Windows color (decimal): -4384906 or 7739325. OLE color: 7739325.

HSL color Cylindrical-coordinate representation of color #BD1776: hue angle of 325.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1776 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 118 -
CMYK 0 0.88 0.38 0.26
HSL 325.66º 0.78% 0.42% -
HSV(B) 325.66º 0.88% 0.74% -
XYZ 24.56 12.74 18.3 -
YUV 83.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 189 23 118 0 0.88 0.38 0.26 325.66 0.78 0.42
Hex BD 17 76 0 58 26 1A 146 4E 2A
Octal 275 27 166 0 130 46 32 506 116 52
Binary 10111101 10111 1110110 0 1011000 100110 11010 101000110 1001110 101010

Color Harmonies of #BD1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1776

Black with #BD1776

Text Example


Text Example

White with #BD1776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1776; }

 p { color: rgb(189,23,118); }

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

background-color css

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

 a { background-color: rgb(189,23,118); }

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

border-color css

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

 span { border-color: rgb(189,23,118); }

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