Html Css Color HEX #BB4482 Mulberry

📋 copy color: '#BB4482'

red 187 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #BB4482

Tints of Mulberry #BB4482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 48.57%
G = 17.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB4482 (or 0xBB4482) is known color: Mulberry. HEX triplet: BB, 44 and 82. RGB value is (187,68,130). Sum of RGB (Red+Green+Blue) = 187+68+130=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4482 is #44BB7D. Grayscale: #6E6E6E. Windows color (decimal): -4504446 or 8537275. OLE color: 8537275.

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

Color convert

RGB 187 68 130 -
CMYK 0 0.64 0.30 0.27
HSL 328.74º 0.47% 0.5% -
HSV(B) 328.74º 0.64% 0.73% -
XYZ 26.59 16.31 22.87 -
YUV 110.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 187 68 130 0 0.64 0.30 0.27 328.74 0.47 0.5
Hex BB 44 82 0 40 1E 1B 149 2F 32
Octal 273 104 202 0 100 36 33 511 57 62
Binary 10111011 1000100 10000010 0 1000000 11110 11011 101001001 101111 110010

Color Harmonies of #BB4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4482

Black with #BB4482

Text Example


Text Example

White with #BB4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4482; }

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

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

background-color css

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

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

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

border-color css

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

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

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