Html Css Color HEX #B05297 Mulberry

📋 copy color: '#B05297'

red 176 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #B05297

Tints of Mulberry #B05297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

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

R = 43.03%
G = 20.05%
B = 36.92%

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

#B05297 (or 0xB05297) is known color: Mulberry. HEX triplet: B0, 52 and 97. RGB value is (176,82,151). Sum of RGB (Red+Green+Blue) = 176+82+151=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05297 is #4FAD68. Grayscale: #757575. Windows color (decimal): -5221737 or 9917104. OLE color: 9917104.

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

Color convert

RGB 176 82 151 -
CMYK 0 0.53 0.14 0.31
HSL 315.96º 0.37% 0.51% -
HSV(B) 315.96º 0.53% 0.69% -
XYZ 26.51 17.5 31.26 -
YUV 117.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 176 82 151 0 0.53 0.14 0.31 315.96 0.37 0.51
Hex B0 52 97 0 35 E 1F 13C 25 33
Octal 260 122 227 0 65 16 37 474 45 63
Binary 10110000 1010010 10010111 0 110101 1110 11111 100111100 100101 110011

Color Harmonies of #B05297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05297

Black with #B05297

Text Example


Text Example

White with #B05297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05297; }

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

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

background-color css

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

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

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

border-color css

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

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

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