Html Css Color HEX #B14699 Mulberry

📋 copy color: '#B14699'

red 177 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #B14699

Tints of Mulberry #B14699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 44.25%
G = 17.5%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B14699 (or 0xB14699) is known color: Mulberry. HEX triplet: B1, 46 and 99. RGB value is (177,70,153). Sum of RGB (Red+Green+Blue) = 177+70+153=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B14699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14699 is #4EB966. Grayscale: #6F6F6F. Windows color (decimal): -5159271 or 10045105. OLE color: 10045105.

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

Color convert

RGB 177 70 153 -
CMYK 0 0.60 0.14 0.31
HSL 313.46º 0.43% 0.48% -
HSV(B) 313.46º 0.6% 0.69% -
XYZ 26.07 16.03 31.86 -
YUV 111.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 177 70 153 0 0.60 0.14 0.31 313.46 0.43 0.48
Hex B1 46 99 0 3C E 1F 139 2B 30
Octal 261 106 231 0 74 16 37 471 53 60
Binary 10110001 1000110 10011001 0 111100 1110 11111 100111001 101011 110000

Color Harmonies of #B14699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14699

Black with #B14699

Text Example


Text Example

White with #B14699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14699; }

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

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

background-color css

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

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

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

border-color css

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

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

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