Html Css Color HEX #BB137C Medium Violet Red

📋 copy color: '#BB137C'

red 187 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #BB137C

Tints of Medium Violet Red #BB137C

RGB

 RED value IS 187 (73.44% from 255) = 56.67%

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

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

R = 56.67%
G = 5.76%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB137C (or 0xBB137C) is known color: Medium Violet Red. HEX triplet: BB, 13 and 7C. RGB value is (187,19,124). Sum of RGB (Red+Green+Blue) = 187+19+124=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB137C is #44EC83. Grayscale: #505050. Windows color (decimal): -4516996 or 8131515. OLE color: 8131515.

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

Color convert

RGB 187 19 124 -
CMYK 0 0.90 0.34 0.27
HSL 322.5º 0.82% 0.4% -
HSV(B) 322.5º 0.9% 0.73% -
XYZ 24.36 12.49 20.19 -
YUV 81.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 187 19 124 0 0.90 0.34 0.27 322.5 0.82 0.4
Hex BB 13 7C 0 5A 22 1B 142 52 28
Octal 273 23 174 0 132 42 33 502 122 50
Binary 10111011 10011 1111100 0 1011010 100010 11011 101000010 1010010 101000

Color Harmonies of #BB137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB137C

Black with #BB137C

Text Example


Text Example

White with #BB137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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