Html Css Color HEX #BB488D Mulberry

📋 copy color: '#BB488D'

red 187 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #BB488D

Tints of Mulberry #BB488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 46.75%
G = 18%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB488D (or 0xBB488D) is known color: Mulberry. HEX triplet: BB, 48 and 8D. RGB value is (187,72,141). Sum of RGB (Red+Green+Blue) = 187+72+141=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488D is #44B772. Grayscale: #727272. Windows color (decimal): -4503411 or 9259195. OLE color: 9259195.

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

Color convert

RGB 187 72 141 -
CMYK 0 0.61 0.25 0.27
HSL 324º 0.46% 0.51% -
HSV(B) 324º 0.61% 0.73% -
XYZ 27.62 17.12 27.05 -
YUV 114.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 187 72 141 0 0.61 0.25 0.27 324 0.46 0.51
Hex BB 48 8D 0 3D 19 1B 144 2E 33
Octal 273 110 215 0 75 31 33 504 56 63
Binary 10111011 1001000 10001101 0 111101 11001 11011 101000100 101110 110011

Color Harmonies of #BB488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB488D

Black with #BB488D

Text Example


Text Example

White with #BB488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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