Html Css Color HEX #B55093 Mulberry

📋 copy color: '#B55093'

red 181 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #B55093

Tints of Mulberry #B55093

RGB

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

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

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

R = 44.36%
G = 19.61%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B55093 (or 0xB55093) is known color: Mulberry. HEX triplet: B5, 50 and 93. RGB value is (181,80,147). Sum of RGB (Red+Green+Blue) = 181+80+147=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B55093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55093 is #4AAF6C. Grayscale: #757575. Windows color (decimal): -4894573 or 9654453. OLE color: 9654453.

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

Color convert

RGB 181 80 147 -
CMYK 0 0.56 0.19 0.29
HSL 320.2º 0.41% 0.51% -
HSV(B) 320.2º 0.56% 0.71% -
XYZ 27.19 17.67 29.58 -
YUV 117.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 181 80 147 0 0.56 0.19 0.29 320.2 0.41 0.51
Hex B5 50 93 0 38 13 1D 140 29 33
Octal 265 120 223 0 70 23 35 500 51 63
Binary 10110101 1010000 10010011 0 111000 10011 11101 101000000 101001 110011

Color Harmonies of #B55093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55093

Black with #B55093

Text Example


Text Example

White with #B55093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55093; }

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

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

background-color css

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

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

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

border-color css

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

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

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