Html Css Color HEX #BD157C Medium Violet Red

📋 copy color: '#BD157C'

red 189 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #BD157C

Tints of Medium Violet Red #BD157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

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

R = 56.59%
G = 6.29%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD157C (or 0xBD157C) is known color: Medium Violet Red. HEX triplet: BD, 15 and 7C. RGB value is (189,21,124). Sum of RGB (Red+Green+Blue) = 189+21+124=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD157C is #42EA83. Grayscale: #525252. Windows color (decimal): -4385412 or 8132029. OLE color: 8132029.

HSL color Cylindrical-coordinate representation of color #BD157C: hue angle of 323.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD157C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 124 -
CMYK 0 0.89 0.34 0.26
HSL 323.21º 0.8% 0.41% -
HSV(B) 323.21º 0.89% 0.74% -
XYZ 24.89 12.81 20.23 -
YUV 82.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 189 21 124 0 0.89 0.34 0.26 323.21 0.8 0.41
Hex BD 15 7C 0 59 22 1A 143 50 29
Octal 275 25 174 0 131 42 32 503 120 51
Binary 10111101 10101 1111100 0 1011001 100010 11010 101000011 1010000 101001

Color Harmonies of #BD157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD157C

Black with #BD157C

Text Example


Text Example

White with #BD157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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