Html Css Color HEX #BB5391 Mulberry

📋 copy color: '#BB5391'

red 187 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #BB5391

Tints of Mulberry #BB5391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 45.06%
G = 20%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB5391 (or 0xBB5391) is known color: Mulberry. HEX triplet: BB, 53 and 91. RGB value is (187,83,145). Sum of RGB (Red+Green+Blue) = 187+83+145=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5391 is #44AC6E. Grayscale: #797979. Windows color (decimal): -4500591 or 9524155. OLE color: 9524155.

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

Color convert

RGB 187 83 145 -
CMYK 0 0.56 0.22 0.27
HSL 324.23º 0.43% 0.53% -
HSV(B) 324.23º 0.56% 0.73% -
XYZ 28.7 18.8 28.9 -
YUV 121.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 187 83 145 0 0.56 0.22 0.27 324.23 0.43 0.53
Hex BB 53 91 0 38 16 1B 144 2B 35
Octal 273 123 221 0 70 26 33 504 53 65
Binary 10111011 1010011 10010001 0 111000 10110 11011 101000100 101011 110101

Color Harmonies of #BB5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5391

Black with #BB5391

Text Example


Text Example

White with #BB5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5391; }

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

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

background-color css

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

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

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

border-color css

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

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

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