Html Css Color HEX #BB5C88 Mulberry

📋 copy color: '#BB5C88'

red 187 ◦ green 92 ◦ blue 136

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

Shades of Mulberry #BB5C88

Tints of Mulberry #BB5C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 45.06%
G = 22.17%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB5C88 (or 0xBB5C88) is known color: Mulberry. HEX triplet: BB, 5C and 88. RGB value is (187,92,136). Sum of RGB (Red+Green+Blue) = 187+92+136=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C88 is #44A377. Grayscale: #7D7D7D. Windows color (decimal): -4498296 or 8936635. OLE color: 8936635.

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

Color convert

RGB 187 92 136 -
CMYK 0 0.51 0.27 0.27
HSL 332.21º 0.41% 0.55% -
HSV(B) 332.21º 0.51% 0.73% -
XYZ 28.76 20 25.64 -
YUV 125.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 187 92 136 0 0.51 0.27 0.27 332.21 0.41 0.55
Hex BB 5C 88 0 33 1B 1B 14C 29 37
Octal 273 134 210 0 63 33 33 514 51 67
Binary 10111011 1011100 10001000 0 110011 11011 11011 101001100 101001 110111

Color Harmonies of #BB5C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C88

Black with #BB5C88

Text Example


Text Example

White with #BB5C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C88; }

 p { color: rgb(187,92,136); }

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

background-color css

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

 a { background-color: rgb(187,92,136); }

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

border-color css

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

 span { border-color: rgb(187,92,136); }

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