Html Css Color HEX #BB5E8D Mulberry

📋 copy color: '#BB5E8D'

red 187 ◦ green 94 ◦ blue 141

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

Shades of Mulberry #BB5E8D

Tints of Mulberry #BB5E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

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

R = 44.31%
G = 22.27%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB5E8D (or 0xBB5E8D) is known color: Mulberry. HEX triplet: BB, 5E and 8D. RGB value is (187,94,141). Sum of RGB (Red+Green+Blue) = 187+94+141=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E8D is #44A172. Grayscale: #7F7F7F. Windows color (decimal): -4497779 or 9264827. OLE color: 9264827.

HSL color Cylindrical-coordinate representation of color #BB5E8D: hue angle of 329.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E8D is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 141 -
CMYK 0 0.50 0.25 0.27
HSL 329.68º 0.41% 0.55% -
HSV(B) 329.68º 0.5% 0.73% -
XYZ 29.3 20.49 27.61 -
YUV 127.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 187 94 141 0 0.50 0.25 0.27 329.68 0.41 0.55
Hex BB 5E 8D 0 32 19 1B 14A 29 37
Octal 273 136 215 0 62 31 33 512 51 67
Binary 10111011 1011110 10001101 0 110010 11001 11011 101001010 101001 110111

Color Harmonies of #BB5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E8D

Black with #BB5E8D

Text Example


Text Example

White with #BB5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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