Html Css Color HEX #B55083 Mulberry

📋 copy color: '#B55083'

red 181 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #B55083

Tints of Mulberry #B55083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 46.17%
G = 20.41%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55083 (or 0xB55083) is known color: Mulberry. HEX triplet: B5, 50 and 83. RGB value is (181,80,131). Sum of RGB (Red+Green+Blue) = 181+80+131=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B55083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55083 is #4AAF7C. Grayscale: #737373. Windows color (decimal): -4894589 or 8605877. OLE color: 8605877.

HSL color Cylindrical-coordinate representation of color #B55083: hue angle of 329.7º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55083 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 131 -
CMYK 0 0.56 0.28 0.29
HSL 329.7º 0.41% 0.51% -
HSV(B) 329.7º 0.56% 0.71% -
XYZ 26.02 17.2 23.42 -
YUV 116.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 181 80 131 0 0.56 0.28 0.29 329.7 0.41 0.51
Hex B5 50 83 0 38 1C 1D 14A 29 33
Octal 265 120 203 0 70 34 35 512 51 63
Binary 10110101 1010000 10000011 0 111000 11100 11101 101001010 101001 110011

Color Harmonies of #B55083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55083

Black with #B55083

Text Example


Text Example

White with #B55083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55083; }

 p { color: rgb(181,80,131); }

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

background-color css

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

 a { background-color: rgb(181,80,131); }

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

border-color css

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

 span { border-color: rgb(181,80,131); }

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