Html Css Color HEX #B05194 Mulberry

📋 copy color: '#B05194'

red 176 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #B05194

Tints of Mulberry #B05194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 43.46%
G = 20%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B05194 (or 0xB05194) is known color: Mulberry. HEX triplet: B0, 51 and 94. RGB value is (176,81,148). Sum of RGB (Red+Green+Blue) = 176+81+148=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05194 is #4FAE6B. Grayscale: #747474. Windows color (decimal): -5221996 or 9720240. OLE color: 9720240.

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

Color convert

RGB 176 81 148 -
CMYK 0 0.54 0.16 0.31
HSL 317.68º 0.38% 0.5% -
HSV(B) 317.68º 0.54% 0.69% -
XYZ 26.19 17.25 29.97 -
YUV 117.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 176 81 148 0 0.54 0.16 0.31 317.68 0.38 0.5
Hex B0 51 94 0 36 10 1F 13E 26 32
Octal 260 121 224 0 66 20 37 476 46 62
Binary 10110000 1010001 10010100 0 110110 10000 11111 100111110 100110 110010

Color Harmonies of #B05194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05194

Black with #B05194

Text Example


Text Example

White with #B05194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05194; }

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

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

background-color css

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

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

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

border-color css

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

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

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