Html Css Color HEX #BB4580 Mulberry

📋 copy color: '#BB4580'

red 187 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #BB4580

Tints of Mulberry #BB4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 48.7%
G = 17.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4580 (or 0xBB4580) is known color: Mulberry. HEX triplet: BB, 45 and 80. RGB value is (187,69,128). Sum of RGB (Red+Green+Blue) = 187+69+128=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4580 is #44BA7F. Grayscale: #6E6E6E. Windows color (decimal): -4504192 or 8406459. OLE color: 8406459.

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

Color convert

RGB 187 69 128 -
CMYK 0 0.63 0.32 0.27
HSL 330º 0.46% 0.5% -
HSV(B) 330º 0.63% 0.73% -
XYZ 26.52 16.38 22.19 -
YUV 111.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 187 69 128 0 0.63 0.32 0.27 330 0.46 0.5
Hex BB 45 80 0 3F 20 1B 14A 2E 32
Octal 273 105 200 0 77 40 33 512 56 62
Binary 10111011 1000101 10000000 0 111111 100000 11011 101001010 101110 110010

Color Harmonies of #BB4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4580

Black with #BB4580

Text Example


Text Example

White with #BB4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4580; }

 p { color: rgb(187,69,128); }

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

background-color css

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

 a { background-color: rgb(187,69,128); }

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

border-color css

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

 span { border-color: rgb(187,69,128); }

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