Html Css Color HEX #B05390 Mulberry

📋 copy color: '#B05390'

red 176 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #B05390

Tints of Mulberry #B05390

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 43.67%
G = 20.6%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05390 (or 0xB05390) is known color: Mulberry. HEX triplet: B0, 53 and 90. RGB value is (176,83,144). Sum of RGB (Red+Green+Blue) = 176+83+144=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B05390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05390 is #4FAC6F. Grayscale: #757575. Windows color (decimal): -5221488 or 9458608. OLE color: 9458608.

HSL color Cylindrical-coordinate representation of color #B05390: hue angle of 320.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05390 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 144 -
CMYK 0 0.53 0.18 0.31
HSL 320.65º 0.37% 0.51% -
HSV(B) 320.65º 0.53% 0.69% -
XYZ 26.03 17.43 28.38 -
YUV 117.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 176 83 144 0 0.53 0.18 0.31 320.65 0.37 0.51
Hex B0 53 90 0 35 12 1F 141 25 33
Octal 260 123 220 0 65 22 37 501 45 63
Binary 10110000 1010011 10010000 0 110101 10010 11111 101000001 100101 110011

Color Harmonies of #B05390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05390

Black with #B05390

Text Example


Text Example

White with #B05390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05390; }

 p { color: rgb(176,83,144); }

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

background-color css

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

 a { background-color: rgb(176,83,144); }

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

border-color css

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

 span { border-color: rgb(176,83,144); }

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