Html Css Color HEX #B55D98 Mulberry

📋 copy color: '#B55D98'

red 181 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #B55D98

Tints of Mulberry #B55D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 42.49%
G = 21.83%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B55D98 (or 0xB55D98) is known color: Mulberry. HEX triplet: B5, 5D and 98. RGB value is (181,93,152). Sum of RGB (Red+Green+Blue) = 181+93+152=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D98 is #4AA267. Grayscale: #7D7D7D. Windows color (decimal): -4891240 or 9985461. OLE color: 9985461.

HSL color Cylindrical-coordinate representation of color #B55D98: hue angle of 319.77º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D98 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 93 152 -
CMYK 0 0.49 0.16 0.29
HSL 319.77º 0.37% 0.54% -
HSV(B) 319.77º 0.49% 0.71% -
XYZ 28.64 19.92 32.04 -
YUV 126.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 181 93 152 0 0.49 0.16 0.29 319.77 0.37 0.54
Hex B5 5D 98 0 31 10 1D 140 25 36
Octal 265 135 230 0 61 20 35 500 45 66
Binary 10110101 1011101 10011000 0 110001 10000 11101 101000000 100101 110110

Color Harmonies of #B55D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D98

Black with #B55D98

Text Example


Text Example

White with #B55D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D98; }

 p { color: rgb(181,93,152); }

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

background-color css

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

 a { background-color: rgb(181,93,152); }

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

border-color css

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

 span { border-color: rgb(181,93,152); }

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