Html Css Color HEX #BB5D8C Mulberry

📋 copy color: '#BB5D8C'

red 187 ◦ green 93 ◦ blue 140

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

Shades of Mulberry #BB5D8C

Tints of Mulberry #BB5D8C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 44.52%
G = 22.14%
B = 33.33%

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

#BB5D8C (or 0xBB5D8C) is known color: Mulberry. HEX triplet: BB, 5D and 8C. RGB value is (187,93,140). Sum of RGB (Red+Green+Blue) = 187+93+140=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D8C is #44A273. Grayscale: #7E7E7E. Windows color (decimal): -4498036 or 9199035. OLE color: 9199035.

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

Color convert

RGB 187 93 140 -
CMYK 0 0.50 0.25 0.27
HSL 330º 0.41% 0.55% -
HSV(B) 330º 0.5% 0.73% -
XYZ 29.14 20.29 27.19 -
YUV 126.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 187 93 140 0 0.50 0.25 0.27 330 0.41 0.55
Hex BB 5D 8C 0 32 19 1B 14A 29 37
Octal 273 135 214 0 62 31 33 512 51 67
Binary 10111011 1011101 10001100 0 110010 11001 11011 101001010 101001 110111

Color Harmonies of #BB5D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D8C

Black with #BB5D8C

Text Example


Text Example

White with #BB5D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D8C; }

 p { color: rgb(187,93,140); }

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

background-color css

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

 a { background-color: rgb(187,93,140); }

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

border-color css

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

 span { border-color: rgb(187,93,140); }

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