Html Css Color HEX #BB488E Mulberry

📋 copy color: '#BB488E'

red 187 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #BB488E

Tints of Mulberry #BB488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 46.63%
G = 17.96%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB488E (or 0xBB488E) is known color: Mulberry. HEX triplet: BB, 48 and 8E. RGB value is (187,72,142). Sum of RGB (Red+Green+Blue) = 187+72+142=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488E is #44B771. Grayscale: #727272. Windows color (decimal): -4503410 or 9324731. OLE color: 9324731.

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

Color convert

RGB 187 72 142 -
CMYK 0 0.61 0.24 0.27
HSL 323.48º 0.46% 0.51% -
HSV(B) 323.48º 0.61% 0.73% -
XYZ 27.69 17.15 27.44 -
YUV 114.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 187 72 142 0 0.61 0.24 0.27 323.48 0.46 0.51
Hex BB 48 8E 0 3D 18 1B 143 2E 33
Octal 273 110 216 0 75 30 33 503 56 63
Binary 10111011 1001000 10001110 0 111101 11000 11011 101000011 101110 110011

Color Harmonies of #BB488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB488E

Black with #BB488E

Text Example


Text Example

White with #BB488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB488E; }

 p { color: rgb(187,72,142); }

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

background-color css

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

 a { background-color: rgb(187,72,142); }

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

border-color css

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

 span { border-color: rgb(187,72,142); }

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