Html Css Color HEX #B55894 Mulberry

📋 copy color: '#B55894'

red 181 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #B55894

Tints of Mulberry #B55894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 43.41%
G = 21.1%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55894 (or 0xB55894) is known color: Mulberry. HEX triplet: B5, 58 and 94. RGB value is (181,88,148). Sum of RGB (Red+Green+Blue) = 181+88+148=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55894 is #4AA76B. Grayscale: #7A7A7A. Windows color (decimal): -4892524 or 9722037. OLE color: 9722037.

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

Color convert

RGB 181 88 148 -
CMYK 0 0.51 0.18 0.29
HSL 321.29º 0.39% 0.53% -
HSV(B) 321.29º 0.51% 0.71% -
XYZ 27.89 18.94 30.2 -
YUV 122.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 181 88 148 0 0.51 0.18 0.29 321.29 0.39 0.53
Hex B5 58 94 0 33 12 1D 141 27 35
Octal 265 130 224 0 63 22 35 501 47 65
Binary 10110101 1011000 10010100 0 110011 10010 11101 101000001 100111 110101

Color Harmonies of #B55894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55894

Black with #B55894

Text Example


Text Example

White with #B55894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55894; }

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

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

background-color css

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

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

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

border-color css

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

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

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