Html Css Color HEX #BD137B Medium Violet Red

📋 copy color: '#BD137B'

red 189 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #BD137B

Tints of Medium Violet Red #BD137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 57.1%
G = 5.74%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD137B (or 0xBD137B) is known color: Medium Violet Red. HEX triplet: BD, 13 and 7B. RGB value is (189,19,123). Sum of RGB (Red+Green+Blue) = 189+19+123=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137B is #42EC84. Grayscale: #515151. Windows color (decimal): -4385925 or 8065981. OLE color: 8065981.

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

Color convert

RGB 189 19 123 -
CMYK 0 0.90 0.35 0.26
HSL 323.29º 0.82% 0.41% -
HSV(B) 323.29º 0.9% 0.74% -
XYZ 24.79 12.71 19.89 -
YUV 81.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 189 19 123 0 0.90 0.35 0.26 323.29 0.82 0.41
Hex BD 13 7B 0 5A 23 1A 143 52 29
Octal 275 23 173 0 132 43 32 503 122 51
Binary 10111101 10011 1111011 0 1011010 100011 11010 101000011 1010010 101001

Color Harmonies of #BD137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD137B

Black with #BD137B

Text Example


Text Example

White with #BD137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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