Html Css Color HEX #B05397 Mulberry

📋 copy color: '#B05397'

red 176 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #B05397

Tints of Mulberry #B05397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 42.93%
G = 20.24%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B05397 (or 0xB05397) is known color: Mulberry. HEX triplet: B0, 53 and 97. RGB value is (176,83,151). Sum of RGB (Red+Green+Blue) = 176+83+151=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05397 is #4FAC68. Grayscale: #767676. Windows color (decimal): -5221481 or 9917360. OLE color: 9917360.

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

Color convert

RGB 176 83 151 -
CMYK 0 0.53 0.14 0.31
HSL 316.13º 0.37% 0.51% -
HSV(B) 316.13º 0.53% 0.69% -
XYZ 26.58 17.65 31.28 -
YUV 118.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 176 83 151 0 0.53 0.14 0.31 316.13 0.37 0.51
Hex B0 53 97 0 35 E 1F 13C 25 33
Octal 260 123 227 0 65 16 37 474 45 63
Binary 10110000 1010011 10010111 0 110101 1110 11111 100111100 100101 110011

Color Harmonies of #B05397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05397

Black with #B05397

Text Example


Text Example

White with #B05397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05397; }

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

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

background-color css

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

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

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

border-color css

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

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

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