Html Css Color HEX #BB5294 Mulberry

📋 copy color: '#BB5294'

red 187 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #BB5294

Tints of Mulberry #BB5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 44.84%
G = 19.66%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5294 (or 0xBB5294) is known color: Mulberry. HEX triplet: BB, 52 and 94. RGB value is (187,82,148). Sum of RGB (Red+Green+Blue) = 187+82+148=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5294 is #44AD6B. Grayscale: #787878. Windows color (decimal): -4500844 or 9720507. OLE color: 9720507.

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

Color convert

RGB 187 82 148 -
CMYK 0 0.56 0.21 0.27
HSL 322.29º 0.44% 0.53% -
HSV(B) 322.29º 0.56% 0.73% -
XYZ 28.86 18.74 30.11 -
YUV 120.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 187 82 148 0 0.56 0.21 0.27 322.29 0.44 0.53
Hex BB 52 94 0 38 15 1B 142 2C 35
Octal 273 122 224 0 70 25 33 502 54 65
Binary 10111011 1010010 10010100 0 111000 10101 11011 101000010 101100 110101

Color Harmonies of #BB5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5294

Black with #BB5294

Text Example


Text Example

White with #BB5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5294; }

 p { color: rgb(187,82,148); }

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

background-color css

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

 a { background-color: rgb(187,82,148); }

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

border-color css

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

 span { border-color: rgb(187,82,148); }

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