Html Css Color HEX #BB5285 Mulberry

📋 copy color: '#BB5285'

red 187 ◦ green 82 ◦ blue 133

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

Shades of Mulberry #BB5285

Tints of Mulberry #BB5285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 46.52%
G = 20.4%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB5285 (or 0xBB5285) is known color: Mulberry. HEX triplet: BB, 52 and 85. RGB value is (187,82,133). Sum of RGB (Red+Green+Blue) = 187+82+133=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5285 is #44AD7A. Grayscale: #777777. Windows color (decimal): -4500859 or 8737467. OLE color: 8737467.

HSL color Cylindrical-coordinate representation of color #BB5285: hue angle of 330.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5285 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 133 -
CMYK 0 0.56 0.29 0.27
HSL 330.86º 0.44% 0.53% -
HSV(B) 330.86º 0.56% 0.73% -
XYZ 27.74 18.29 24.26 -
YUV 119.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 187 82 133 0 0.56 0.29 0.27 330.86 0.44 0.53
Hex BB 52 85 0 38 1D 1B 14B 2C 35
Octal 273 122 205 0 70 35 33 513 54 65
Binary 10111011 1010010 10000101 0 111000 11101 11011 101001011 101100 110101

Color Harmonies of #BB5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5285

Black with #BB5285

Text Example


Text Example

White with #BB5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5285; }

 p { color: rgb(187,82,133); }

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

background-color css

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

 a { background-color: rgb(187,82,133); }

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

border-color css

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

 span { border-color: rgb(187,82,133); }

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