Html Css Color HEX #B55188 Mulberry

📋 copy color: '#B55188'

red 181 ◦ green 81 ◦ blue 136

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

Shades of Mulberry #B55188

Tints of Mulberry #B55188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 45.48%
G = 20.35%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B55188 (or 0xB55188) is known color: Mulberry. HEX triplet: B5, 51 and 88. RGB value is (181,81,136). Sum of RGB (Red+Green+Blue) = 181+81+136=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55188 is #4AAE77. Grayscale: #757575. Windows color (decimal): -4894328 or 8933813. OLE color: 8933813.

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

Color convert

RGB 181 81 136 -
CMYK 0 0.55 0.25 0.29
HSL 327º 0.4% 0.51% -
HSV(B) 327º 0.55% 0.71% -
XYZ 26.44 17.49 25.27 -
YUV 117.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 181 81 136 0 0.55 0.25 0.29 327 0.4 0.51
Hex B5 51 88 0 37 19 1D 147 28 33
Octal 265 121 210 0 67 31 35 507 50 63
Binary 10110101 1010001 10001000 0 110111 11001 11101 101000111 101000 110011

Color Harmonies of #B55188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55188

Black with #B55188

Text Example


Text Example

White with #B55188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55188; }

 p { color: rgb(181,81,136); }

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

background-color css

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

 a { background-color: rgb(181,81,136); }

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

border-color css

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

 span { border-color: rgb(181,81,136); }

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