Html Css Color HEX #B05395 Mulberry

📋 copy color: '#B05395'

red 176 ◦ green 83 ◦ blue 149

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

Shades of Mulberry #B05395

Tints of Mulberry #B05395

RGB

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

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

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

R = 43.14%
G = 20.34%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B05395 (or 0xB05395) is known color: Mulberry. HEX triplet: B0, 53 and 95. RGB value is (176,83,149). Sum of RGB (Red+Green+Blue) = 176+83+149=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05395 is #4FAC6A. Grayscale: #767676. Windows color (decimal): -5221483 or 9786288. OLE color: 9786288.

HSL color Cylindrical-coordinate representation of color #B05395: hue angle of 317.42º 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 #B05395 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 149 -
CMYK 0 0.53 0.15 0.31
HSL 317.42º 0.37% 0.51% -
HSV(B) 317.42º 0.53% 0.69% -
XYZ 26.42 17.59 30.44 -
YUV 118.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 176 83 149 0 0.53 0.15 0.31 317.42 0.37 0.51
Hex B0 53 95 0 35 F 1F 13D 25 33
Octal 260 123 225 0 65 17 37 475 45 63
Binary 10110000 1010011 10010101 0 110101 1111 11111 100111101 100101 110011

Color Harmonies of #B05395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05395

Black with #B05395

Text Example


Text Example

White with #B05395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05395; }

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

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

background-color css

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

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

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

border-color css

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

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

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