Html Css Color HEX #B05794 Mulberry

📋 copy color: '#B05794'

red 176 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #B05794

Tints of Mulberry #B05794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

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

R = 42.82%
G = 21.17%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B05794 (or 0xB05794) is known color: Mulberry. HEX triplet: B0, 57 and 94. RGB value is (176,87,148). Sum of RGB (Red+Green+Blue) = 176+87+148=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05794 is #4FA86B. Grayscale: #787878. Windows color (decimal): -5220460 or 9721776. OLE color: 9721776.

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

Color convert

RGB 176 87 148 -
CMYK 0 0.51 0.16 0.31
HSL 318.88º 0.36% 0.52% -
HSV(B) 318.88º 0.51% 0.69% -
XYZ 26.66 18.18 30.12 -
YUV 120.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 176 87 148 0 0.51 0.16 0.31 318.88 0.36 0.52
Hex B0 57 94 0 33 10 1F 13F 24 34
Octal 260 127 224 0 63 20 37 477 44 64
Binary 10110000 1010111 10010100 0 110011 10000 11111 100111111 100100 110100

Color Harmonies of #B05794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05794

Black with #B05794

Text Example


Text Example

White with #B05794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05794; }

 p { color: rgb(176,87,148); }

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

background-color css

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

 a { background-color: rgb(176,87,148); }

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

border-color css

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

 span { border-color: rgb(176,87,148); }

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