Html Css Color HEX #BB057C Medium Violet Red

📋 copy color: '#BB057C'

red 187 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #BB057C

Tints of Medium Violet Red #BB057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 59.18%
G = 1.58%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB057C (or 0xBB057C) is known color: Medium Violet Red. HEX triplet: BB, 05 and 7C. RGB value is (187,5,124). Sum of RGB (Red+Green+Blue) = 187+5+124=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB057C is #44FA83. Grayscale: #484848. Windows color (decimal): -4520580 or 8127931. OLE color: 8127931.

HSL color Cylindrical-coordinate representation of color #BB057C: hue angle of 320.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB057C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 124 -
CMYK 0 0.97 0.34 0.27
HSL 320.77º 0.95% 0.38% -
HSV(B) 320.77º 0.97% 0.73% -
XYZ 24.19 12.13 20.14 -
YUV 72.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 187 5 124 0 0.97 0.34 0.27 320.77 0.95 0.38
Hex BB 5 7C 0 61 22 1B 141 5F 26
Octal 273 5 174 0 141 42 33 501 137 46
Binary 10111011 101 1111100 0 1100001 100010 11011 101000001 1011111 100110

Color Harmonies of #BB057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB057C

Black with #BB057C

Text Example


Text Example

White with #BB057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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