Html Css Color HEX #BB499E Mulberry

📋 copy color: '#BB499E'

red 187 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #BB499E

Tints of Mulberry #BB499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 44.74%
G = 17.46%
B = 37.8%

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

#BB499E (or 0xBB499E) is known color: Mulberry. HEX triplet: BB, 49 and 9E. RGB value is (187,73,158). Sum of RGB (Red+Green+Blue) = 187+73+158=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499E is #44B661. Grayscale: #747474. Windows color (decimal): -4503138 or 10373563. OLE color: 10373563.

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

Color convert

RGB 187 73 158 -
CMYK 0 0.61 0.16 0.27
HSL 315.26º 0.46% 0.51% -
HSV(B) 315.26º 0.61% 0.73% -
XYZ 29.05 17.8 34.25 -
YUV 116.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 187 73 158 0 0.61 0.16 0.27 315.26 0.46 0.51
Hex BB 49 9E 0 3D 10 1B 13B 2E 33
Octal 273 111 236 0 75 20 33 473 56 63
Binary 10111011 1001001 10011110 0 111101 10000 11011 100111011 101110 110011

Color Harmonies of #BB499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB499E

Black with #BB499E

Text Example


Text Example

White with #BB499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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