Html Css Color HEX #B55098 Mulberry

📋 copy color: '#B55098'

red 181 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #B55098

Tints of Mulberry #B55098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 43.83%
G = 19.37%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B55098 (or 0xB55098) is known color: Mulberry. HEX triplet: B5, 50 and 98. RGB value is (181,80,152). Sum of RGB (Red+Green+Blue) = 181+80+152=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55098 is #4AAF67. Grayscale: #767676. Windows color (decimal): -4894568 or 9982133. OLE color: 9982133.

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

Color convert

RGB 181 80 152 -
CMYK 0 0.56 0.16 0.29
HSL 317.23º 0.41% 0.51% -
HSV(B) 317.23º 0.56% 0.71% -
XYZ 27.59 17.83 31.69 -
YUV 118.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 181 80 152 0 0.56 0.16 0.29 317.23 0.41 0.51
Hex B5 50 98 0 38 10 1D 13D 29 33
Octal 265 120 230 0 70 20 35 475 51 63
Binary 10110101 1010000 10011000 0 111000 10000 11101 100111101 101001 110011

Color Harmonies of #B55098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55098

Black with #B55098

Text Example


Text Example

White with #B55098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55098; }

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

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

background-color css

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

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

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

border-color css

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

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

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