Html Css Color HEX #B05198 Mulberry

📋 copy color: '#B05198'

red 176 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #B05198

Tints of Mulberry #B05198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

 BLUE value IS 152 (59.77% from 255) = 37.16%

R = 43.03%
G = 19.8%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B05198 (or 0xB05198) is known color: Mulberry. HEX triplet: B0, 51 and 98. RGB value is (176,81,152). Sum of RGB (Red+Green+Blue) = 176+81+152=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05198 is #4FAE67. Grayscale: #757575. Windows color (decimal): -5221992 or 9982384. OLE color: 9982384.

HSL color Cylindrical-coordinate representation of color #B05198: hue angle of 315.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05198 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 152 -
CMYK 0 0.54 0.14 0.31
HSL 315.16º 0.38% 0.5% -
HSV(B) 315.16º 0.54% 0.69% -
XYZ 26.51 17.38 31.66 -
YUV 117.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 176 81 152 0 0.54 0.14 0.31 315.16 0.38 0.5
Hex B0 51 98 0 36 E 1F 13B 26 32
Octal 260 121 230 0 66 16 37 473 46 62
Binary 10110000 1010001 10011000 0 110110 1110 11111 100111011 100110 110010

Color Harmonies of #B05198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05198

Black with #B05198

Text Example


Text Example

White with #B05198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05198; }

 p { color: rgb(176,81,152); }

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

background-color css

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

 a { background-color: rgb(176,81,152); }

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

border-color css

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

 span { border-color: rgb(176,81,152); }

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