Html Css Color HEX #BB4488 Mulberry

📋 copy color: '#BB4488'

red 187 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #BB4488

Tints of Mulberry #BB4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 47.83%
G = 17.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB4488 (or 0xBB4488) is known color: Mulberry. HEX triplet: BB, 44 and 88. RGB value is (187,68,136). Sum of RGB (Red+Green+Blue) = 187+68+136=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4488 is #44BB77. Grayscale: #6F6F6F. Windows color (decimal): -4504440 or 8930491. OLE color: 8930491.

HSL color Cylindrical-coordinate representation of color #BB4488: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4488 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 136 -
CMYK 0 0.64 0.27 0.27
HSL 325.71º 0.47% 0.5% -
HSV(B) 325.71º 0.64% 0.73% -
XYZ 27 16.48 25.05 -
YUV 111.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 187 68 136 0 0.64 0.27 0.27 325.71 0.47 0.5
Hex BB 44 88 0 40 1B 1B 146 2F 32
Octal 273 104 210 0 100 33 33 506 57 62
Binary 10111011 1000100 10001000 0 1000000 11011 11011 101000110 101111 110010

Color Harmonies of #BB4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4488

Black with #BB4488

Text Example


Text Example

White with #BB4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4488; }

 p { color: rgb(187,68,136); }

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

background-color css

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

 a { background-color: rgb(187,68,136); }

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

border-color css

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

 span { border-color: rgb(187,68,136); }

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