Html Css Color HEX #BB5D97 Mulberry

📋 copy color: '#BB5D97'

red 187 ◦ green 93 ◦ blue 151

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

Shades of Mulberry #BB5D97

Tints of Mulberry #BB5D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 43.39%
G = 21.58%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB5D97 (or 0xBB5D97) is known color: Mulberry. HEX triplet: BB, 5D and 97. RGB value is (187,93,151). Sum of RGB (Red+Green+Blue) = 187+93+151=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D97 is #44A268. Grayscale: #7F7F7F. Windows color (decimal): -4498025 or 9919931. OLE color: 9919931.

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

Color convert

RGB 187 93 151 -
CMYK 0 0.50 0.19 0.27
HSL 322.98º 0.41% 0.55% -
HSV(B) 322.98º 0.5% 0.73% -
XYZ 29.99 20.63 31.68 -
YUV 127.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 187 93 151 0 0.50 0.19 0.27 322.98 0.41 0.55
Hex BB 5D 97 0 32 13 1B 143 29 37
Octal 273 135 227 0 62 23 33 503 51 67
Binary 10111011 1011101 10010111 0 110010 10011 11011 101000011 101001 110111

Color Harmonies of #BB5D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D97

Black with #BB5D97

Text Example


Text Example

White with #BB5D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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