Html Css Color HEX #BD186C Medium Violet Red

📋 copy color: '#BD186C'

red 189 ◦ green 24 ◦ blue 108

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

Shades of Medium Violet Red #BD186C

Tints of Medium Violet Red #BD186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 58.88%
G = 7.48%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD186C (or 0xBD186C) is known color: Medium Violet Red. HEX triplet: BD, 18 and 6C. RGB value is (189,24,108). Sum of RGB (Red+Green+Blue) = 189+24+108=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD186C is #42E793. Grayscale: #525252. Windows color (decimal): -4384660 or 7084221. OLE color: 7084221.

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

Color convert

RGB 189 24 108 -
CMYK 0 0.87 0.43 0.26
HSL 329.45º 0.77% 0.42% -
HSV(B) 329.45º 0.87% 0.74% -
XYZ 24.02 12.55 15.34 -
YUV 82.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 189 24 108 0 0.87 0.43 0.26 329.45 0.77 0.42
Hex BD 18 6C 0 57 2B 1A 149 4D 2A
Octal 275 30 154 0 127 53 32 511 115 52
Binary 10111101 11000 1101100 0 1010111 101011 11010 101001001 1001101 101010

Color Harmonies of #BD186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD186C

Black with #BD186C

Text Example


Text Example

White with #BD186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD186C; }

 p { color: rgb(189,24,108); }

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

background-color css

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

 a { background-color: rgb(189,24,108); }

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

border-color css

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

 span { border-color: rgb(189,24,108); }

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