Html Css Color HEX #B55288 Mulberry

📋 copy color: '#B55288'

red 181 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #B55288

Tints of Mulberry #B55288

RGB

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

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

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

R = 45.36%
G = 20.55%
B = 34.09%

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

#B55288 (or 0xB55288) is known color: Mulberry. HEX triplet: B5, 52 and 88. RGB value is (181,82,136). Sum of RGB (Red+Green+Blue) = 181+82+136=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55288 is #4AAD77. Grayscale: #757575. Windows color (decimal): -4894072 or 8934069. OLE color: 8934069.

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

Color convert

RGB 181 82 136 -
CMYK 0 0.55 0.25 0.29
HSL 327.27º 0.4% 0.52% -
HSV(B) 327.27º 0.55% 0.71% -
XYZ 26.52 17.64 25.3 -
YUV 117.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 181 82 136 0 0.55 0.25 0.29 327.27 0.4 0.52
Hex B5 52 88 0 37 19 1D 147 28 34
Octal 265 122 210 0 67 31 35 507 50 64
Binary 10110101 1010010 10001000 0 110111 11001 11101 101000111 101000 110100

Color Harmonies of #B55288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55288

Black with #B55288

Text Example


Text Example

White with #B55288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55288; }

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

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

background-color css

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

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

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

border-color css

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

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

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