Html Css Color HEX #B55F90 Mulberry

📋 copy color: '#B55F90'

red 181 ◦ green 95 ◦ blue 144

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

Shades of Mulberry #B55F90

Tints of Mulberry #B55F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 43.1%
G = 22.62%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55F90 (or 0xB55F90) is known color: Mulberry. HEX triplet: B5, 5F and 90. RGB value is (181,95,144). Sum of RGB (Red+Green+Blue) = 181+95+144=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F90 is #4AA06F. Grayscale: #7E7E7E. Windows color (decimal): -4890736 or 9461685. OLE color: 9461685.

HSL color Cylindrical-coordinate representation of color #B55F90: hue angle of 325.81º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F90 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 144 -
CMYK 0 0.48 0.20 0.29
HSL 325.81º 0.37% 0.54% -
HSV(B) 325.81º 0.48% 0.71% -
XYZ 28.18 20.02 28.76 -
YUV 126.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 181 95 144 0 0.48 0.20 0.29 325.81 0.37 0.54
Hex B5 5F 90 0 30 14 1D 146 25 36
Octal 265 137 220 0 60 24 35 506 45 66
Binary 10110101 1011111 10010000 0 110000 10100 11101 101000110 100101 110110

Color Harmonies of #B55F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F90

Black with #B55F90

Text Example


Text Example

White with #B55F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F90; }

 p { color: rgb(181,95,144); }

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

background-color css

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

 a { background-color: rgb(181,95,144); }

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

border-color css

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

 span { border-color: rgb(181,95,144); }

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