Html Css Color HEX #BB499D Mulberry

📋 copy color: '#BB499D'

red 187 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #BB499D

Tints of Mulberry #BB499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 44.84%
G = 17.51%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB499D (or 0xBB499D) is known color: Mulberry. HEX triplet: BB, 49 and 9D. RGB value is (187,73,157). Sum of RGB (Red+Green+Blue) = 187+73+157=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499D is #44B662. Grayscale: #747474. Windows color (decimal): -4503139 or 10308027. OLE color: 10308027.

HSL color Cylindrical-coordinate representation of color #BB499D: hue angle of 315.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB499D is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 157 -
CMYK 0 0.61 0.16 0.27
HSL 315.79º 0.46% 0.51% -
HSV(B) 315.79º 0.61% 0.73% -
XYZ 28.96 17.76 33.8 -
YUV 116.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 187 73 157 0 0.61 0.16 0.27 315.79 0.46 0.51
Hex BB 49 9D 0 3D 10 1B 13C 2E 33
Octal 273 111 235 0 75 20 33 474 56 63
Binary 10111011 1001001 10011101 0 111101 10000 11011 100111100 101110 110011

Color Harmonies of #BB499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB499D

Black with #BB499D

Text Example


Text Example

White with #BB499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB499D; }

 p { color: rgb(187,73,157); }

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

background-color css

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

 a { background-color: rgb(187,73,157); }

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

border-color css

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

 span { border-color: rgb(187,73,157); }

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