Html Css Color HEX #B56394 Mulberry

📋 copy color: '#B56394'

red 181 ◦ green 99 ◦ blue 148

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

Shades of Mulberry #B56394

Tints of Mulberry #B56394

RGB

 RED value IS 181 (71.09% from 255) = 42.29%

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 42.29%
G = 23.13%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B56394 (or 0xB56394) is known color: Mulberry. HEX triplet: B5, 63 and 94. RGB value is (181,99,148). Sum of RGB (Red+Green+Blue) = 181+99+148=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56394 is #4A9C6B. Grayscale: #808080. Windows color (decimal): -4889708 or 9724853. OLE color: 9724853.

HSL color Cylindrical-coordinate representation of color #B56394: hue angle of 324.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56394 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 148 -
CMYK 0 0.45 0.18 0.29
HSL 324.15º 0.36% 0.55% -
HSV(B) 324.15º 0.45% 0.71% -
XYZ 28.86 20.89 30.53 -
YUV 129.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 181 99 148 0 0.45 0.18 0.29 324.15 0.36 0.55
Hex B5 63 94 0 2D 12 1D 144 24 37
Octal 265 143 224 0 55 22 35 504 44 67
Binary 10110101 1100011 10010100 0 101101 10010 11101 101000100 100100 110111

Color Harmonies of #B56394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56394

Black with #B56394

Text Example


Text Example

White with #B56394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56394; }

 p { color: rgb(181,99,148); }

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

background-color css

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

 a { background-color: rgb(181,99,148); }

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

border-color css

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

 span { border-color: rgb(181,99,148); }

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