Html Css Color HEX #BD119F Medium Violet Red

📋 copy color: '#BD119F'

red 189 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #BD119F

Tints of Medium Violet Red #BD119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 51.78%
G = 4.66%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD119F (or 0xBD119F) is known color: Medium Violet Red. HEX triplet: BD, 11 and 9F. RGB value is (189,17,159). Sum of RGB (Red+Green+Blue) = 189+17+159=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD119F is #42EE60. Grayscale: #545454. Windows color (decimal): -4386401 or 10424765. OLE color: 10424765.

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

Color convert

RGB 189 17 159 -
CMYK 0 0.91 0.16 0.26
HSL 310.47º 0.83% 0.4% -
HSV(B) 310.47º 0.91% 0.74% -
XYZ 27.44 13.72 34 -
YUV 84.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 189 17 159 0 0.91 0.16 0.26 310.47 0.83 0.4
Hex BD 11 9F 0 5B 10 1A 136 53 28
Octal 275 21 237 0 133 20 32 466 123 50
Binary 10111101 10001 10011111 0 1011011 10000 11010 100110110 1010011 101000

Color Harmonies of #BD119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD119F

Black with #BD119F

Text Example


Text Example

White with #BD119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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