Html Css Color HEX #B05694 Mulberry

📋 copy color: '#B05694'

red 176 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #B05694

Tints of Mulberry #B05694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 42.93%
G = 20.98%
B = 36.1%

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

#B05694 (or 0xB05694) is known color: Mulberry. HEX triplet: B0, 56 and 94. RGB value is (176,86,148). Sum of RGB (Red+Green+Blue) = 176+86+148=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05694 is #4FA96B. Grayscale: #777777. Windows color (decimal): -5220716 or 9721520. OLE color: 9721520.

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

Color convert

RGB 176 86 148 -
CMYK 0 0.51 0.16 0.31
HSL 318.67º 0.36% 0.51% -
HSV(B) 318.67º 0.51% 0.69% -
XYZ 26.58 18.02 30.1 -
YUV 119.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 176 86 148 0 0.51 0.16 0.31 318.67 0.36 0.51
Hex B0 56 94 0 33 10 1F 13F 24 33
Octal 260 126 224 0 63 20 37 477 44 63
Binary 10110000 1010110 10010100 0 110011 10000 11111 100111111 100100 110011

Color Harmonies of #B05694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05694

Black with #B05694

Text Example


Text Example

White with #B05694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05694; }

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

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

background-color css

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

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

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

border-color css

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

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

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