Html Css Color HEX #B05190 Mulberry

📋 copy color: '#B05190'

red 176 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #B05190

Tints of Mulberry #B05190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 43.89%
G = 20.2%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05190 (or 0xB05190) is known color: Mulberry. HEX triplet: B0, 51 and 90. RGB value is (176,81,144). Sum of RGB (Red+Green+Blue) = 176+81+144=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B05190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05190 is #4FAE6F. Grayscale: #747474. Windows color (decimal): -5222000 or 9458096. OLE color: 9458096.

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

Color convert

RGB 176 81 144 -
CMYK 0 0.54 0.18 0.31
HSL 320.21º 0.38% 0.5% -
HSV(B) 320.21º 0.54% 0.69% -
XYZ 25.88 17.13 28.33 -
YUV 116.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 176 81 144 0 0.54 0.18 0.31 320.21 0.38 0.5
Hex B0 51 90 0 36 12 1F 140 26 32
Octal 260 121 220 0 66 22 37 500 46 62
Binary 10110000 1010001 10010000 0 110110 10010 11111 101000000 100110 110010

Color Harmonies of #B05190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05190

Black with #B05190

Text Example


Text Example

White with #B05190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05190; }

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

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

background-color css

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

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

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

border-color css

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

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

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