Html Css Color HEX #B55C96 Mulberry

📋 copy color: '#B55C96'

red 181 ◦ green 92 ◦ blue 150

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

Shades of Mulberry #B55C96

Tints of Mulberry #B55C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 42.79%
G = 21.75%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B55C96 (or 0xB55C96) is known color: Mulberry. HEX triplet: B5, 5C and 96. RGB value is (181,92,150). Sum of RGB (Red+Green+Blue) = 181+92+150=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C96 is #4AA369. Grayscale: #7D7D7D. Windows color (decimal): -4891498 or 9854133. OLE color: 9854133.

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

Color convert

RGB 181 92 150 -
CMYK 0 0.49 0.17 0.29
HSL 320.9º 0.38% 0.54% -
HSV(B) 320.9º 0.49% 0.71% -
XYZ 28.39 19.68 31.16 -
YUV 125.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 181 92 150 0 0.49 0.17 0.29 320.9 0.38 0.54
Hex B5 5C 96 0 31 11 1D 141 26 36
Octal 265 134 226 0 61 21 35 501 46 66
Binary 10110101 1011100 10010110 0 110001 10001 11101 101000001 100110 110110

Color Harmonies of #B55C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C96

Black with #B55C96

Text Example


Text Example

White with #B55C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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