Html Css Color HEX #BD119B Medium Violet Red

📋 copy color: '#BD119B'

red 189 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #BD119B

Tints of Medium Violet Red #BD119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 52.35%
G = 4.71%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD119B (or 0xBD119B) is known color: Medium Violet Red. HEX triplet: BD, 11 and 9B. RGB value is (189,17,155). Sum of RGB (Red+Green+Blue) = 189+17+155=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD119B is #42EE64. Grayscale: #535353. Windows color (decimal): -4386405 or 10162621. OLE color: 10162621.

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

Color convert

RGB 189 17 155 -
CMYK 0 0.91 0.18 0.26
HSL 311.86º 0.83% 0.4% -
HSV(B) 311.86º 0.91% 0.74% -
XYZ 27.1 13.59 32.2 -
YUV 84.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 189 17 155 0 0.91 0.18 0.26 311.86 0.83 0.4
Hex BD 11 9B 0 5B 12 1A 138 53 28
Octal 275 21 233 0 133 22 32 470 123 50
Binary 10111101 10001 10011011 0 1011011 10010 11010 100111000 1010011 101000

Color Harmonies of #BD119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD119B

Black with #BD119B

Text Example


Text Example

White with #BD119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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