Html Css Color HEX #BD137D Medium Violet Red

📋 copy color: '#BD137D'

red 189 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #BD137D

Tints of Medium Violet Red #BD137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 56.76%
G = 5.71%
B = 37.54%

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

#BD137D (or 0xBD137D) is known color: Medium Violet Red. HEX triplet: BD, 13 and 7D. RGB value is (189,19,125). Sum of RGB (Red+Green+Blue) = 189+19+125=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137D is #42EC82. Grayscale: #515151. Windows color (decimal): -4385923 or 8197053. OLE color: 8197053.

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

Color convert

RGB 189 19 125 -
CMYK 0 0.90 0.34 0.26
HSL 322.59º 0.82% 0.41% -
HSV(B) 322.59º 0.9% 0.74% -
XYZ 24.92 12.77 20.55 -
YUV 81.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 189 19 125 0 0.90 0.34 0.26 322.59 0.82 0.41
Hex BD 13 7D 0 5A 22 1A 143 52 29
Octal 275 23 175 0 132 42 32 503 122 51
Binary 10111101 10011 1111101 0 1011010 100010 11010 101000011 1010010 101001

Color Harmonies of #BD137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD137D

Black with #BD137D

Text Example


Text Example

White with #BD137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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