Html Css Color HEX #BD117F Medium Violet Red

📋 copy color: '#BD117F'

red 189 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #BD117F

Tints of Medium Violet Red #BD117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 56.76%
G = 5.11%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD117F (or 0xBD117F) is known color: Medium Violet Red. HEX triplet: BD, 11 and 7F. RGB value is (189,17,127). Sum of RGB (Red+Green+Blue) = 189+17+127=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD117F is #42EE80. Grayscale: #505050. Windows color (decimal): -4386433 or 8327613. OLE color: 8327613.

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

Color convert

RGB 189 17 127 -
CMYK 0 0.91 0.33 0.26
HSL 321.63º 0.83% 0.4% -
HSV(B) 321.63º 0.91% 0.74% -
XYZ 25.02 12.75 21.22 -
YUV 80.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 189 17 127 0 0.91 0.33 0.26 321.63 0.83 0.4
Hex BD 11 7F 0 5B 21 1A 142 53 28
Octal 275 21 177 0 133 41 32 502 123 50
Binary 10111101 10001 1111111 0 1011011 100001 11010 101000010 1010011 101000

Color Harmonies of #BD117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD117F

Black with #BD117F

Text Example


Text Example

White with #BD117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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