Html Css Color HEX #B1508D Mulberry

📋 copy color: '#B1508D'

red 177 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #B1508D

Tints of Mulberry #B1508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 44.47%
G = 20.1%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1508D (or 0xB1508D) is known color: Mulberry. HEX triplet: B1, 50 and 8D. RGB value is (177,80,141). Sum of RGB (Red+Green+Blue) = 177+80+141=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508D is #4EAF72. Grayscale: #737373. Windows color (decimal): -5156723 or 9261233. OLE color: 9261233.

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

Color convert

RGB 177 80 141 -
CMYK 0 0.55 0.20 0.31
HSL 322.27º 0.38% 0.5% -
HSV(B) 322.27º 0.55% 0.69% -
XYZ 25.81 17.01 27.12 -
YUV 115.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 177 80 141 0 0.55 0.20 0.31 322.27 0.38 0.5
Hex B1 50 8D 0 37 14 1F 142 26 32
Octal 261 120 215 0 67 24 37 502 46 62
Binary 10110001 1010000 10001101 0 110111 10100 11111 101000010 100110 110010

Color Harmonies of #B1508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1508D

Black with #B1508D

Text Example


Text Example

White with #B1508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1508D; }

 p { color: rgb(177,80,141); }

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

background-color css

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

 a { background-color: rgb(177,80,141); }

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

border-color css

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

 span { border-color: rgb(177,80,141); }

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