Html Css Color HEX #B55094 Mulberry

📋 copy color: '#B55094'

red 181 ◦ green 80 ◦ blue 148

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

Shades of Mulberry #B55094

Tints of Mulberry #B55094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 44.25%
G = 19.56%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B55094 (or 0xB55094) is known color: Mulberry. HEX triplet: B5, 50 and 94. RGB value is (181,80,148). Sum of RGB (Red+Green+Blue) = 181+80+148=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B55094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55094 is #4AAF6B. Grayscale: #757575. Windows color (decimal): -4894572 or 9719989. OLE color: 9719989.

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

Color convert

RGB 181 80 148 -
CMYK 0 0.56 0.18 0.29
HSL 319.6º 0.41% 0.51% -
HSV(B) 319.6º 0.56% 0.71% -
XYZ 27.27 17.7 30 -
YUV 117.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 181 80 148 0 0.56 0.18 0.29 319.6 0.41 0.51
Hex B5 50 94 0 38 12 1D 140 29 33
Octal 265 120 224 0 70 22 35 500 51 63
Binary 10110101 1010000 10010100 0 111000 10010 11101 101000000 101001 110011

Color Harmonies of #B55094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55094

Black with #B55094

Text Example


Text Example

White with #B55094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55094; }

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

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

background-color css

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

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

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

border-color css

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

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

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