Html Css Color HEX #BB4486 Mulberry

📋 copy color: '#BB4486'

red 187 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #BB4486

Tints of Mulberry #BB4486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 48.07%
G = 17.48%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB4486 (or 0xBB4486) is known color: Mulberry. HEX triplet: BB, 44 and 86. RGB value is (187,68,134). Sum of RGB (Red+Green+Blue) = 187+68+134=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4486 is #44BB79. Grayscale: #6E6E6E. Windows color (decimal): -4504442 or 8799419. OLE color: 8799419.

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

Color convert

RGB 187 68 134 -
CMYK 0 0.64 0.28 0.27
HSL 326.72º 0.47% 0.5% -
HSV(B) 326.72º 0.64% 0.73% -
XYZ 26.86 16.42 24.31 -
YUV 111.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 187 68 134 0 0.64 0.28 0.27 326.72 0.47 0.5
Hex BB 44 86 0 40 1C 1B 147 2F 32
Octal 273 104 206 0 100 34 33 507 57 62
Binary 10111011 1000100 10000110 0 1000000 11100 11011 101000111 101111 110010

Color Harmonies of #BB4486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4486

Black with #BB4486

Text Example


Text Example

White with #BB4486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4486; }

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

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

background-color css

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

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

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

border-color css

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

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

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