Html Css Color HEX #B14C9A Mulberry

📋 copy color: '#B14C9A'

red 177 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #B14C9A

Tints of Mulberry #B14C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 43.49%
G = 18.67%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B14C9A (or 0xB14C9A) is known color: Mulberry. HEX triplet: B1, 4C and 9A. RGB value is (177,76,154). Sum of RGB (Red+Green+Blue) = 177+76+154=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C9A is #4EB365. Grayscale: #727272. Windows color (decimal): -5157734 or 10112177. OLE color: 10112177.

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

Color convert

RGB 177 76 154 -
CMYK 0 0.57 0.13 0.31
HSL 313.66º 0.4% 0.5% -
HSV(B) 313.66º 0.57% 0.69% -
XYZ 26.55 16.85 32.42 -
YUV 115.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 177 76 154 0 0.57 0.13 0.31 313.66 0.4 0.5
Hex B1 4C 9A 0 39 D 1F 13A 28 32
Octal 261 114 232 0 71 15 37 472 50 62
Binary 10110001 1001100 10011010 0 111001 1101 11111 100111010 101000 110010

Color Harmonies of #B14C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C9A

Black with #B14C9A

Text Example


Text Example

White with #B14C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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