Html Css Color HEX #BB518A Mulberry

📋 copy color: '#BB518A'

red 187 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #BB518A

Tints of Mulberry #BB518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 46.06%
G = 19.95%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB518A (or 0xBB518A) is known color: Mulberry. HEX triplet: BB, 51 and 8A. RGB value is (187,81,138). Sum of RGB (Red+Green+Blue) = 187+81+138=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518A is #44AE75. Grayscale: #777777. Windows color (decimal): -4501110 or 9064891. OLE color: 9064891.

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

Color convert

RGB 187 81 138 -
CMYK 0 0.57 0.26 0.27
HSL 327.74º 0.44% 0.53% -
HSV(B) 327.74º 0.57% 0.73% -
XYZ 28.02 18.28 26.1 -
YUV 119.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 187 81 138 0 0.57 0.26 0.27 327.74 0.44 0.53
Hex BB 51 8A 0 39 1A 1B 148 2C 35
Octal 273 121 212 0 71 32 33 510 54 65
Binary 10111011 1010001 10001010 0 111001 11010 11011 101001000 101100 110101

Color Harmonies of #BB518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB518A

Black with #BB518A

Text Example


Text Example

White with #BB518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB518A; }

 p { color: rgb(187,81,138); }

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

background-color css

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

 a { background-color: rgb(187,81,138); }

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

border-color css

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

 span { border-color: rgb(187,81,138); }

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