Html Css Color HEX #B14691 Mulberry

📋 copy color: '#B14691'

red 177 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #B14691

Tints of Mulberry #B14691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 45.15%
G = 17.86%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B14691 (or 0xB14691) is known color: Mulberry. HEX triplet: B1, 46 and 91. RGB value is (177,70,145). Sum of RGB (Red+Green+Blue) = 177+70+145=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14691 is #4EB96E. Grayscale: #6E6E6E. Windows color (decimal): -5159279 or 9520817. OLE color: 9520817.

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

Color convert

RGB 177 70 145 -
CMYK 0 0.60 0.18 0.31
HSL 317.94º 0.43% 0.48% -
HSV(B) 317.94º 0.6% 0.69% -
XYZ 25.43 15.77 28.49 -
YUV 110.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 177 70 145 0 0.60 0.18 0.31 317.94 0.43 0.48
Hex B1 46 91 0 3C 12 1F 13E 2B 30
Octal 261 106 221 0 74 22 37 476 53 60
Binary 10110001 1000110 10010001 0 111100 10010 11111 100111110 101011 110000

Color Harmonies of #B14691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14691

Black with #B14691

Text Example


Text Example

White with #B14691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14691; }

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

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

background-color css

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

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

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

border-color css

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

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

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