Html Css Color HEX #BB5397 Mulberry

📋 copy color: '#BB5397'

red 187 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #BB5397

Tints of Mulberry #BB5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 44.42%
G = 19.71%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB5397 (or 0xBB5397) is known color: Mulberry. HEX triplet: BB, 53 and 97. RGB value is (187,83,151). Sum of RGB (Red+Green+Blue) = 187+83+151=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5397 is #44AC68. Grayscale: #797979. Windows color (decimal): -4500585 or 9917371. OLE color: 9917371.

HSL color Cylindrical-coordinate representation of color #BB5397: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5397 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 151 -
CMYK 0 0.56 0.19 0.27
HSL 320.77º 0.43% 0.53% -
HSV(B) 320.77º 0.56% 0.73% -
XYZ 29.17 18.99 31.41 -
YUV 121.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 187 83 151 0 0.56 0.19 0.27 320.77 0.43 0.53
Hex BB 53 97 0 38 13 1B 141 2B 35
Octal 273 123 227 0 70 23 33 501 53 65
Binary 10111011 1010011 10010111 0 111000 10011 11011 101000001 101011 110101

Color Harmonies of #BB5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5397

Black with #BB5397

Text Example


Text Example

White with #BB5397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5397; }

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

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

background-color css

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

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

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

border-color css

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

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

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