Html Css Color HEX #BD118C Medium Violet Red

📋 copy color: '#BD118C'

red 189 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #BD118C

Tints of Medium Violet Red #BD118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 54.62%
G = 4.91%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD118C (or 0xBD118C) is known color: Medium Violet Red. HEX triplet: BD, 11 and 8C. RGB value is (189,17,140). Sum of RGB (Red+Green+Blue) = 189+17+140=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD118C is #42EE73. Grayscale: #525252. Windows color (decimal): -4386420 or 9179581. OLE color: 9179581.

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

Color convert

RGB 189 17 140 -
CMYK 0 0.91 0.26 0.26
HSL 317.09º 0.83% 0.4% -
HSV(B) 317.09º 0.91% 0.74% -
XYZ 25.92 13.11 25.98 -
YUV 82.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 189 17 140 0 0.91 0.26 0.26 317.09 0.83 0.4
Hex BD 11 8C 0 5B 1A 1A 13D 53 28
Octal 275 21 214 0 133 32 32 475 123 50
Binary 10111101 10001 10001100 0 1011011 11010 11010 100111101 1010011 101000

Color Harmonies of #BD118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD118C

Black with #BD118C

Text Example


Text Example

White with #BD118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD118C; }

 p { color: rgb(189,17,140); }

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

background-color css

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

 a { background-color: rgb(189,17,140); }

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

border-color css

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

 span { border-color: rgb(189,17,140); }

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