Html Css Color HEX #B1469A Mulberry

📋 copy color: '#B1469A'

red 177 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #B1469A

Tints of Mulberry #B1469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 44.14%
G = 17.46%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1469A (or 0xB1469A) is known color: Mulberry. HEX triplet: B1, 46 and 9A. RGB value is (177,70,154). Sum of RGB (Red+Green+Blue) = 177+70+154=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1469A is #4EB965. Grayscale: #6F6F6F. Windows color (decimal): -5159270 or 10110641. OLE color: 10110641.

HSL color Cylindrical-coordinate representation of color #B1469A: hue angle of 312.9º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1469A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 154 -
CMYK 0 0.60 0.13 0.31
HSL 312.9º 0.43% 0.48% -
HSV(B) 312.9º 0.6% 0.69% -
XYZ 26.15 16.06 32.29 -
YUV 111.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 177 70 154 0 0.60 0.13 0.31 312.9 0.43 0.48
Hex B1 46 9A 0 3C D 1F 139 2B 30
Octal 261 106 232 0 74 15 37 471 53 60
Binary 10110001 1000110 10011010 0 111100 1101 11111 100111001 101011 110000

Color Harmonies of #B1469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1469A

Black with #B1469A

Text Example


Text Example

White with #B1469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1469A; }

 p { color: rgb(177,70,154); }

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

background-color css

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

 a { background-color: rgb(177,70,154); }

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

border-color css

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

 span { border-color: rgb(177,70,154); }

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