Html Css Color HEX #BB057A Medium Violet Red

📋 copy color: '#BB057A'

red 187 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #BB057A

Tints of Medium Violet Red #BB057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 59.55%
G = 1.59%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB057A (or 0xBB057A) is known color: Medium Violet Red. HEX triplet: BB, 05 and 7A. RGB value is (187,5,122). Sum of RGB (Red+Green+Blue) = 187+5+122=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB057A is #44FA85. Grayscale: #484848. Windows color (decimal): -4520582 or 7996859. OLE color: 7996859.

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

Color convert

RGB 187 5 122 -
CMYK 0 0.97 0.35 0.27
HSL 321.43º 0.95% 0.38% -
HSV(B) 321.43º 0.97% 0.73% -
XYZ 24.06 12.08 19.48 -
YUV 72.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 187 5 122 0 0.97 0.35 0.27 321.43 0.95 0.38
Hex BB 5 7A 0 61 23 1B 141 5F 26
Octal 273 5 172 0 141 43 33 501 137 46
Binary 10111011 101 1111010 0 1100001 100011 11011 101000001 1011111 100110

Color Harmonies of #BB057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB057A

Black with #BB057A

Text Example


Text Example

White with #BB057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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