Html Css Color HEX #BB5392 Mulberry

📋 copy color: '#BB5392'

red 187 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #BB5392

Tints of Mulberry #BB5392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 44.95%
G = 19.95%
B = 35.1%

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

#BB5392 (or 0xBB5392) is known color: Mulberry. HEX triplet: BB, 53 and 92. RGB value is (187,83,146). Sum of RGB (Red+Green+Blue) = 187+83+146=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5392 is #44AC6D. Grayscale: #797979. Windows color (decimal): -4500590 or 9589691. OLE color: 9589691.

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

Color convert

RGB 187 83 146 -
CMYK 0 0.56 0.22 0.27
HSL 323.65º 0.43% 0.53% -
HSV(B) 323.65º 0.56% 0.73% -
XYZ 28.78 18.83 29.31 -
YUV 121.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 187 83 146 0 0.56 0.22 0.27 323.65 0.43 0.53
Hex BB 53 92 0 38 16 1B 144 2B 35
Octal 273 123 222 0 70 26 33 504 53 65
Binary 10111011 1010011 10010010 0 111000 10110 11011 101000100 101011 110101

Color Harmonies of #BB5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5392

Black with #BB5392

Text Example


Text Example

White with #BB5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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