Html Css Color HEX #B14883 Mulberry

📋 copy color: '#B14883'

red 177 ◦ green 72 ◦ blue 131

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

Shades of Mulberry #B14883

Tints of Mulberry #B14883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 46.58%
G = 18.95%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B14883 (or 0xB14883) is known color: Mulberry. HEX triplet: B1, 48 and 83. RGB value is (177,72,131). Sum of RGB (Red+Green+Blue) = 177+72+131=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B14883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14883 is #4EB77C. Grayscale: #6D6D6D. Windows color (decimal): -5158781 or 8603825. OLE color: 8603825.

HSL color Cylindrical-coordinate representation of color #B14883: hue angle of 326.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14883 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 131 -
CMYK 0 0.59 0.26 0.31
HSL 326.29º 0.42% 0.49% -
HSV(B) 326.29º 0.59% 0.69% -
XYZ 24.55 15.62 23.19 -
YUV 110.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 177 72 131 0 0.59 0.26 0.31 326.29 0.42 0.49
Hex B1 48 83 0 3B 1A 1F 146 2A 31
Octal 261 110 203 0 73 32 37 506 52 61
Binary 10110001 1001000 10000011 0 111011 11010 11111 101000110 101010 110001

Color Harmonies of #B14883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14883

Black with #B14883

Text Example


Text Example

White with #B14883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14883; }

 p { color: rgb(177,72,131); }

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

background-color css

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

 a { background-color: rgb(177,72,131); }

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

border-color css

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

 span { border-color: rgb(177,72,131); }

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