Html Css Color HEX #BB4881 Mulberry

📋 copy color: '#BB4881'

red 187 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #BB4881

Tints of Mulberry #BB4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 48.2%
G = 18.56%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB4881 (or 0xBB4881) is known color: Mulberry. HEX triplet: BB, 48 and 81. RGB value is (187,72,129). Sum of RGB (Red+Green+Blue) = 187+72+129=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4881 is #44B77E. Grayscale: #707070. Windows color (decimal): -4503423 or 8472763. OLE color: 8472763.

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

Color convert

RGB 187 72 129 -
CMYK 0 0.61 0.31 0.27
HSL 330.26º 0.46% 0.51% -
HSV(B) 330.26º 0.61% 0.73% -
XYZ 26.77 16.78 22.6 -
YUV 112.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 187 72 129 0 0.61 0.31 0.27 330.26 0.46 0.51
Hex BB 48 81 0 3D 1F 1B 14A 2E 33
Octal 273 110 201 0 75 37 33 512 56 63
Binary 10111011 1001000 10000001 0 111101 11111 11011 101001010 101110 110011

Color Harmonies of #BB4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4881

Black with #BB4881

Text Example


Text Example

White with #BB4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4881; }

 p { color: rgb(187,72,129); }

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

background-color css

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

 a { background-color: rgb(187,72,129); }

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

border-color css

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

 span { border-color: rgb(187,72,129); }

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