Html Css Color HEX #BB518D Mulberry

📋 copy color: '#BB518D'

red 187 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #BB518D

Tints of Mulberry #BB518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 45.72%
G = 19.8%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB518D (or 0xBB518D) is known color: Mulberry. HEX triplet: BB, 51 and 8D. RGB value is (187,81,141). Sum of RGB (Red+Green+Blue) = 187+81+141=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518D is #44AE72. Grayscale: #777777. Windows color (decimal): -4501107 or 9261499. OLE color: 9261499.

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

Color convert

RGB 187 81 141 -
CMYK 0 0.57 0.25 0.27
HSL 326.04º 0.44% 0.53% -
HSV(B) 326.04º 0.57% 0.73% -
XYZ 28.24 18.37 27.26 -
YUV 119.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 187 81 141 0 0.57 0.25 0.27 326.04 0.44 0.53
Hex BB 51 8D 0 39 19 1B 146 2C 35
Octal 273 121 215 0 71 31 33 506 54 65
Binary 10111011 1010001 10001101 0 111001 11001 11011 101000110 101100 110101

Color Harmonies of #BB518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB518D

Black with #BB518D

Text Example


Text Example

White with #BB518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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