Html Css Color HEX #BD117C Medium Violet Red

📋 copy color: '#BD117C'

red 189 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #BD117C

Tints of Medium Violet Red #BD117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 57.27%
G = 5.15%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD117C (or 0xBD117C) is known color: Medium Violet Red. HEX triplet: BD, 11 and 7C. RGB value is (189,17,124). Sum of RGB (Red+Green+Blue) = 189+17+124=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD117C is #42EE83. Grayscale: #505050. Windows color (decimal): -4386436 or 8131005. OLE color: 8131005.

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

Color convert

RGB 189 17 124 -
CMYK 0 0.91 0.34 0.26
HSL 322.67º 0.83% 0.4% -
HSV(B) 322.67º 0.91% 0.74% -
XYZ 24.82 12.67 20.21 -
YUV 80.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 189 17 124 0 0.91 0.34 0.26 322.67 0.83 0.4
Hex BD 11 7C 0 5B 22 1A 143 53 28
Octal 275 21 174 0 133 42 32 503 123 50
Binary 10111101 10001 1111100 0 1011011 100010 11010 101000011 1010011 101000

Color Harmonies of #BD117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD117C

Black with #BD117C

Text Example


Text Example

White with #BD117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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