Html Css Color HEX #B1468E Mulberry

📋 copy color: '#B1468E'

red 177 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #B1468E

Tints of Mulberry #B1468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 45.5%
G = 17.99%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1468E (or 0xB1468E) is known color: Mulberry. HEX triplet: B1, 46 and 8E. RGB value is (177,70,142). Sum of RGB (Red+Green+Blue) = 177+70+142=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468E is #4EB971. Grayscale: #6E6E6E. Windows color (decimal): -5159282 or 9324209. OLE color: 9324209.

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

Color convert

RGB 177 70 142 -
CMYK 0 0.60 0.20 0.31
HSL 319.63º 0.43% 0.48% -
HSV(B) 319.63º 0.6% 0.69% -
XYZ 25.2 15.68 27.29 -
YUV 110.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 177 70 142 0 0.60 0.20 0.31 319.63 0.43 0.48
Hex B1 46 8E 0 3C 14 1F 140 2B 30
Octal 261 106 216 0 74 24 37 500 53 60
Binary 10110001 1000110 10001110 0 111100 10100 11111 101000000 101011 110000

Color Harmonies of #B1468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1468E

Black with #B1468E

Text Example


Text Example

White with #B1468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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