Html Css Color HEX #B55593 Mulberry

📋 copy color: '#B55593'

red 181 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #B55593

Tints of Mulberry #B55593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 43.83%
G = 20.58%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B55593 (or 0xB55593) is known color: Mulberry. HEX triplet: B5, 55 and 93. RGB value is (181,85,147). Sum of RGB (Red+Green+Blue) = 181+85+147=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55593 is #4AAA6C. Grayscale: #787878. Windows color (decimal): -4893293 or 9655733. OLE color: 9655733.

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

Color convert

RGB 181 85 147 -
CMYK 0 0.53 0.19 0.29
HSL 321.25º 0.39% 0.52% -
HSV(B) 321.25º 0.53% 0.71% -
XYZ 27.57 18.43 29.71 -
YUV 120.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 181 85 147 0 0.53 0.19 0.29 321.25 0.39 0.52
Hex B5 55 93 0 35 13 1D 141 27 34
Octal 265 125 223 0 65 23 35 501 47 64
Binary 10110101 1010101 10010011 0 110101 10011 11101 101000001 100111 110100

Color Harmonies of #B55593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55593

Black with #B55593

Text Example


Text Example

White with #B55593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55593; }

 p { color: rgb(181,85,147); }

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

background-color css

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

 a { background-color: rgb(181,85,147); }

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

border-color css

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

 span { border-color: rgb(181,85,147); }

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