Html Css Color HEX #B05895 Mulberry

📋 copy color: '#B05895'

red 176 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #B05895

Tints of Mulberry #B05895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 42.62%
G = 21.31%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B05895 (or 0xB05895) is known color: Mulberry. HEX triplet: B0, 58 and 95. RGB value is (176,88,149). Sum of RGB (Red+Green+Blue) = 176+88+149=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05895 is #4FA76A. Grayscale: #797979. Windows color (decimal): -5220203 or 9787568. OLE color: 9787568.

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

Color convert

RGB 176 88 149 -
CMYK 0 0.50 0.15 0.31
HSL 318.41º 0.36% 0.52% -
HSV(B) 318.41º 0.5% 0.69% -
XYZ 26.82 18.38 30.57 -
YUV 121.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 176 88 149 0 0.50 0.15 0.31 318.41 0.36 0.52
Hex B0 58 95 0 32 F 1F 13E 24 34
Octal 260 130 225 0 62 17 37 476 44 64
Binary 10110000 1011000 10010101 0 110010 1111 11111 100111110 100100 110100

Color Harmonies of #B05895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05895

Black with #B05895

Text Example


Text Example

White with #B05895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05895; }

 p { color: rgb(176,88,149); }

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

background-color css

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

 a { background-color: rgb(176,88,149); }

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

border-color css

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

 span { border-color: rgb(176,88,149); }

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