Html Css Color HEX #BD137C Medium Violet Red

📋 copy color: '#BD137C'

red 189 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #BD137C

Tints of Medium Violet Red #BD137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 56.93%
G = 5.72%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD137C (or 0xBD137C) is known color: Medium Violet Red. HEX triplet: BD, 13 and 7C. RGB value is (189,19,124). Sum of RGB (Red+Green+Blue) = 189+19+124=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137C is #42EC83. Grayscale: #515151. Windows color (decimal): -4385924 or 8131517. OLE color: 8131517.

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

Color convert

RGB 189 19 124 -
CMYK 0 0.90 0.34 0.26
HSL 322.94º 0.82% 0.41% -
HSV(B) 322.94º 0.9% 0.74% -
XYZ 24.86 12.74 20.22 -
YUV 81.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 189 19 124 0 0.90 0.34 0.26 322.94 0.82 0.41
Hex BD 13 7C 0 5A 22 1A 143 52 29
Octal 275 23 174 0 132 42 32 503 122 51
Binary 10111101 10011 1111100 0 1011010 100010 11010 101000011 1010010 101001

Color Harmonies of #BD137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD137C

Black with #BD137C

Text Example


Text Example

White with #BD137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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