Html Css Color HEX #B05493 Mulberry

📋 copy color: '#B05493'

red 176 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #B05493

Tints of Mulberry #B05493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 43.24%
G = 20.64%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B05493 (or 0xB05493) is known color: Mulberry. HEX triplet: B0, 54 and 93. RGB value is (176,84,147). Sum of RGB (Red+Green+Blue) = 176+84+147=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05493 is #4FAB6C. Grayscale: #767676. Windows color (decimal): -5221229 or 9655472. OLE color: 9655472.

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

Color convert

RGB 176 84 147 -
CMYK 0 0.52 0.16 0.31
HSL 318.91º 0.37% 0.51% -
HSV(B) 318.91º 0.52% 0.69% -
XYZ 26.34 17.68 29.63 -
YUV 118.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 176 84 147 0 0.52 0.16 0.31 318.91 0.37 0.51
Hex B0 54 93 0 34 10 1F 13F 25 33
Octal 260 124 223 0 64 20 37 477 45 63
Binary 10110000 1010100 10010011 0 110100 10000 11111 100111111 100101 110011

Color Harmonies of #B05493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05493

Black with #B05493

Text Example


Text Example

White with #B05493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05493; }

 p { color: rgb(176,84,147); }

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

background-color css

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

 a { background-color: rgb(176,84,147); }

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

border-color css

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

 span { border-color: rgb(176,84,147); }

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