Html Css Color HEX #BB137B Medium Violet Red

📋 copy color: '#BB137B'

red 187 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #BB137B

Tints of Medium Violet Red #BB137B

RGB

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

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

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

R = 56.84%
G = 5.78%
B = 37.39%

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

#BB137B (or 0xBB137B) is known color: Medium Violet Red. HEX triplet: BB, 13 and 7B. RGB value is (187,19,123). Sum of RGB (Red+Green+Blue) = 187+19+123=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB137B is #44EC84. Grayscale: #505050. Windows color (decimal): -4516997 or 8065979. OLE color: 8065979.

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

Color convert

RGB 187 19 123 -
CMYK 0 0.90 0.34 0.27
HSL 322.86º 0.82% 0.4% -
HSV(B) 322.86º 0.9% 0.73% -
XYZ 24.3 12.46 19.86 -
YUV 81.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 187 19 123 0 0.90 0.34 0.27 322.86 0.82 0.4
Hex BB 13 7B 0 5A 22 1B 143 52 28
Octal 273 23 173 0 132 42 33 503 122 50
Binary 10111011 10011 1111011 0 1011010 100010 11011 101000011 1010010 101000

Color Harmonies of #BB137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB137B

Black with #BB137B

Text Example


Text Example

White with #BB137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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