Html Css Color HEX #BD186B Medium Violet Red

📋 copy color: '#BD186B'

red 189 ◦ green 24 ◦ blue 107

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

Shades of Medium Violet Red #BD186B

Tints of Medium Violet Red #BD186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 59.06%
G = 7.5%
B = 33.44%

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

#BD186B (or 0xBD186B) is known color: Medium Violet Red. HEX triplet: BD, 18 and 6B. RGB value is (189,24,107). Sum of RGB (Red+Green+Blue) = 189+24+107=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD186B is #42E794. Grayscale: #525252. Windows color (decimal): -4384661 or 7018685. OLE color: 7018685.

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

Color convert

RGB 189 24 107 -
CMYK 0 0.87 0.43 0.26
HSL 329.82º 0.77% 0.42% -
HSV(B) 329.82º 0.87% 0.74% -
XYZ 23.97 12.53 15.07 -
YUV 82.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 189 24 107 0 0.87 0.43 0.26 329.82 0.77 0.42
Hex BD 18 6B 0 57 2B 1A 14A 4D 2A
Octal 275 30 153 0 127 53 32 512 115 52
Binary 10111101 11000 1101011 0 1010111 101011 11010 101001010 1001101 101010

Color Harmonies of #BD186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD186B

Black with #BD186B

Text Example


Text Example

White with #BD186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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