Html Css Color HEX #B55C95 Mulberry

📋 copy color: '#B55C95'

red 181 ◦ green 92 ◦ blue 149

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

Shades of Mulberry #B55C95

Tints of Mulberry #B55C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 42.89%
G = 21.8%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55C95 (or 0xB55C95) is known color: Mulberry. HEX triplet: B5, 5C and 95. RGB value is (181,92,149). Sum of RGB (Red+Green+Blue) = 181+92+149=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C95 is #4AA36A. Grayscale: #7C7C7C. Windows color (decimal): -4891499 or 9788597. OLE color: 9788597.

HSL color Cylindrical-coordinate representation of color #B55C95: hue angle of 321.57º degrees, saturation: 0.38, 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 #B55C95 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 149 -
CMYK 0 0.49 0.18 0.29
HSL 321.57º 0.38% 0.54% -
HSV(B) 321.57º 0.49% 0.71% -
XYZ 28.31 19.65 30.73 -
YUV 125.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 181 92 149 0 0.49 0.18 0.29 321.57 0.38 0.54
Hex B5 5C 95 0 31 12 1D 142 26 36
Octal 265 134 225 0 61 22 35 502 46 66
Binary 10110101 1011100 10010101 0 110001 10010 11101 101000010 100110 110110

Color Harmonies of #B55C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C95

Black with #B55C95

Text Example


Text Example

White with #B55C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C95; }

 p { color: rgb(181,92,149); }

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

background-color css

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

 a { background-color: rgb(181,92,149); }

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

border-color css

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

 span { border-color: rgb(181,92,149); }

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