Html Css Color HEX #B14D9A Mulberry

📋 copy color: '#B14D9A'

red 177 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #B14D9A

Tints of Mulberry #B14D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 43.38%
G = 18.87%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B14D9A (or 0xB14D9A) is known color: Mulberry. HEX triplet: B1, 4D and 9A. RGB value is (177,77,154). Sum of RGB (Red+Green+Blue) = 177+77+154=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D9A is #4EB265. Grayscale: #737373. Windows color (decimal): -5157478 or 10112433. OLE color: 10112433.

HSL color Cylindrical-coordinate representation of color #B14D9A: hue angle of 313.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14D9A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 154 -
CMYK 0 0.56 0.13 0.31
HSL 313.8º 0.39% 0.5% -
HSV(B) 313.8º 0.56% 0.69% -
XYZ 26.62 16.99 32.45 -
YUV 115.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 177 77 154 0 0.56 0.13 0.31 313.8 0.39 0.5
Hex B1 4D 9A 0 38 D 1F 13A 27 32
Octal 261 115 232 0 70 15 37 472 47 62
Binary 10110001 1001101 10011010 0 111000 1101 11111 100111010 100111 110010

Color Harmonies of #B14D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D9A

Black with #B14D9A

Text Example


Text Example

White with #B14D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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