Html Css Color HEX #BD1071 Medium Violet Red

📋 copy color: '#BD1071'

red 189 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #BD1071

Tints of Medium Violet Red #BD1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 59.43%
G = 5.03%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD1071 (or 0xBD1071) is known color: Medium Violet Red. HEX triplet: BD, 10 and 71. RGB value is (189,16,113). Sum of RGB (Red+Green+Blue) = 189+16+113=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1071 is #42EF8E. Grayscale: #4E4E4E. Windows color (decimal): -4386703 or 7409853. OLE color: 7409853.

HSL color Cylindrical-coordinate representation of color #BD1071: hue angle of 326.36º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1071 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 113 -
CMYK 0 0.92 0.40 0.26
HSL 326.36º 0.84% 0.4% -
HSV(B) 326.36º 0.92% 0.74% -
XYZ 24.15 12.38 16.74 -
YUV 78.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 189 16 113 0 0.92 0.40 0.26 326.36 0.84 0.4
Hex BD 10 71 0 5C 28 1A 146 54 28
Octal 275 20 161 0 134 50 32 506 124 50
Binary 10111101 10000 1110001 0 1011100 101000 11010 101000110 1010100 101000

Color Harmonies of #BD1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1071

Black with #BD1071

Text Example


Text Example

White with #BD1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1071; }

 p { color: rgb(189,16,113); }

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

background-color css

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

 a { background-color: rgb(189,16,113); }

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

border-color css

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

 span { border-color: rgb(189,16,113); }

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