Html Css Color HEX #BB4B80 Mulberry

📋 copy color: '#BB4B80'

red 187 ◦ green 75 ◦ blue 128

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

Shades of Mulberry #BB4B80

Tints of Mulberry #BB4B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

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

R = 47.95%
G = 19.23%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4B80 (or 0xBB4B80) is known color: Mulberry. HEX triplet: BB, 4B and 80. RGB value is (187,75,128). Sum of RGB (Red+Green+Blue) = 187+75+128=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B80 is #44B47F. Grayscale: #727272. Windows color (decimal): -4502656 or 8407995. OLE color: 8407995.

HSL color Cylindrical-coordinate representation of color #BB4B80: hue angle of 331.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B80 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 128 -
CMYK 0 0.60 0.32 0.27
HSL 331.61º 0.45% 0.51% -
HSV(B) 331.61º 0.6% 0.73% -
XYZ 26.91 17.16 22.32 -
YUV 114.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 187 75 128 0 0.60 0.32 0.27 331.61 0.45 0.51
Hex BB 4B 80 0 3C 20 1B 14C 2D 33
Octal 273 113 200 0 74 40 33 514 55 63
Binary 10111011 1001011 10000000 0 111100 100000 11011 101001100 101101 110011

Color Harmonies of #BB4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B80

Black with #BB4B80

Text Example


Text Example

White with #BB4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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