Html Css Color HEX #B14794 Mulberry

📋 copy color: '#B14794'

red 177 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #B14794

Tints of Mulberry #B14794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 44.7%
G = 17.93%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B14794 (or 0xB14794) is known color: Mulberry. HEX triplet: B1, 47 and 94. RGB value is (177,71,148). Sum of RGB (Red+Green+Blue) = 177+71+148=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B14794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14794 is #4EB86B. Grayscale: #6F6F6F. Windows color (decimal): -5159020 or 9717681. OLE color: 9717681.

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

Color convert

RGB 177 71 148 -
CMYK 0 0.60 0.16 0.31
HSL 316.42º 0.43% 0.49% -
HSV(B) 316.42º 0.6% 0.69% -
XYZ 25.73 15.99 29.75 -
YUV 111.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 177 71 148 0 0.60 0.16 0.31 316.42 0.43 0.49
Hex B1 47 94 0 3C 10 1F 13C 2B 31
Octal 261 107 224 0 74 20 37 474 53 61
Binary 10110001 1000111 10010100 0 111100 10000 11111 100111100 101011 110001

Color Harmonies of #B14794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14794

Black with #B14794

Text Example


Text Example

White with #B14794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14794; }

 p { color: rgb(177,71,148); }

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

background-color css

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

 a { background-color: rgb(177,71,148); }

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

border-color css

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

 span { border-color: rgb(177,71,148); }

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