Html Css Color HEX #B55299 Mulberry

📋 copy color: '#B55299'

red 181 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #B55299

Tints of Mulberry #B55299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 43.51%
G = 19.71%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B55299 (or 0xB55299) is known color: Mulberry. HEX triplet: B5, 52 and 99. RGB value is (181,82,153). Sum of RGB (Red+Green+Blue) = 181+82+153=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55299 is #4AAD66. Grayscale: #777777. Windows color (decimal): -4894055 or 10048181. OLE color: 10048181.

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

Color convert

RGB 181 82 153 -
CMYK 0 0.55 0.15 0.29
HSL 316.97º 0.4% 0.52% -
HSV(B) 316.97º 0.55% 0.71% -
XYZ 27.82 18.16 32.18 -
YUV 119.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 181 82 153 0 0.55 0.15 0.29 316.97 0.4 0.52
Hex B5 52 99 0 37 F 1D 13D 28 34
Octal 265 122 231 0 67 17 35 475 50 64
Binary 10110101 1010010 10011001 0 110111 1111 11101 100111101 101000 110100

Color Harmonies of #B55299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55299

Black with #B55299

Text Example


Text Example

White with #B55299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55299; }

 p { color: rgb(181,82,153); }

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

background-color css

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

 a { background-color: rgb(181,82,153); }

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

border-color css

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

 span { border-color: rgb(181,82,153); }

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