Html Css Color HEX #BB508D Mulberry

📋 copy color: '#BB508D'

red 187 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #BB508D

Tints of Mulberry #BB508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

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

R = 45.83%
G = 19.61%
B = 34.56%

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

#BB508D (or 0xBB508D) is known color: Mulberry. HEX triplet: BB, 50 and 8D. RGB value is (187,80,141). Sum of RGB (Red+Green+Blue) = 187+80+141=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508D is #44AF72. Grayscale: #767676. Windows color (decimal): -4501363 or 9261243. OLE color: 9261243.

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

Color convert

RGB 187 80 141 -
CMYK 0 0.57 0.25 0.27
HSL 325.79º 0.44% 0.52% -
HSV(B) 325.79º 0.57% 0.73% -
XYZ 28.17 18.23 27.23 -
YUV 118.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 187 80 141 0 0.57 0.25 0.27 325.79 0.44 0.52
Hex BB 50 8D 0 39 19 1B 146 2C 34
Octal 273 120 215 0 71 31 33 506 54 64
Binary 10111011 1010000 10001101 0 111001 11001 11011 101000110 101100 110100

Color Harmonies of #BB508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB508D

Black with #BB508D

Text Example


Text Example

White with #BB508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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