Html Css Color HEX #BB518E Mulberry

📋 copy color: '#BB518E'

red 187 ◦ green 81 ◦ blue 142

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

Shades of Mulberry #BB518E

Tints of Mulberry #BB518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 45.61%
G = 19.76%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB518E (or 0xBB518E) is known color: Mulberry. HEX triplet: BB, 51 and 8E. RGB value is (187,81,142). Sum of RGB (Red+Green+Blue) = 187+81+142=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518E is #44AE71. Grayscale: #777777. Windows color (decimal): -4501106 or 9327035. OLE color: 9327035.

HSL color Cylindrical-coordinate representation of color #BB518E: hue angle of 325.47º 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 #BB518E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 142 -
CMYK 0 0.57 0.24 0.27
HSL 325.47º 0.44% 0.53% -
HSV(B) 325.47º 0.57% 0.73% -
XYZ 28.32 18.4 27.65 -
YUV 119.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 187 81 142 0 0.57 0.24 0.27 325.47 0.44 0.53
Hex BB 51 8E 0 39 18 1B 145 2C 35
Octal 273 121 216 0 71 30 33 505 54 65
Binary 10111011 1010001 10001110 0 111001 11000 11011 101000101 101100 110101

Color Harmonies of #BB518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB518E

Black with #BB518E

Text Example


Text Example

White with #BB518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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