Html Css Color HEX #B1459C Mulberry

📋 copy color: '#B1459C'

red 177 ◦ green 69 ◦ blue 156

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

Shades of Mulberry #B1459C

Tints of Mulberry #B1459C

RGB

 RED value IS 177 (69.53% from 255) = 44.03%

 GREEN value IS 69 (27.34% from 255) = 17.16%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 44.03%
G = 17.16%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1459C (or 0xB1459C) is known color: Mulberry. HEX triplet: B1, 45 and 9C. RGB value is (177,69,156). Sum of RGB (Red+Green+Blue) = 177+69+156=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1459C is #4EBA63. Grayscale: #6E6E6E. Windows color (decimal): -5159524 or 10241457. OLE color: 10241457.

HSL color Cylindrical-coordinate representation of color #B1459C: hue angle of 311.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1459C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 156 -
CMYK 0 0.61 0.12 0.31
HSL 311.67º 0.44% 0.48% -
HSV(B) 311.67º 0.61% 0.69% -
XYZ 26.26 16 33.16 -
YUV 111.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 177 69 156 0 0.61 0.12 0.31 311.67 0.44 0.48
Hex B1 45 9C 0 3D C 1F 138 2C 30
Octal 261 105 234 0 75 14 37 470 54 60
Binary 10110001 1000101 10011100 0 111101 1100 11111 100111000 101100 110000

Color Harmonies of #B1459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1459C

Black with #B1459C

Text Example


Text Example

White with #B1459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1459C; }

 p { color: rgb(177,69,156); }

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

background-color css

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

 a { background-color: rgb(177,69,156); }

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

border-color css

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

 span { border-color: rgb(177,69,156); }

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