Html Css Color HEX #B1608F Mulberry

📋 copy color: '#B1608F'

red 177 ◦ green 96 ◦ blue 143

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

Shades of Mulberry #B1608F

Tints of Mulberry #B1608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 42.55%
G = 23.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1608F (or 0xB1608F) is known color: Mulberry. HEX triplet: B1, 60 and 8F. RGB value is (177,96,143). Sum of RGB (Red+Green+Blue) = 177+96+143=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608F is #4E9F70. Grayscale: #7D7D7D. Windows color (decimal): -5152625 or 9396401. OLE color: 9396401.

HSL color Cylindrical-coordinate representation of color #B1608F: hue angle of 325.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1608F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 143 -
CMYK 0 0.46 0.19 0.31
HSL 325.19º 0.34% 0.54% -
HSV(B) 325.19º 0.46% 0.69% -
XYZ 27.27 19.7 28.35 -
YUV 125.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 177 96 143 0 0.46 0.19 0.31 325.19 0.34 0.54
Hex B1 60 8F 0 2E 13 1F 145 22 36
Octal 261 140 217 0 56 23 37 505 42 66
Binary 10110001 1100000 10001111 0 101110 10011 11111 101000101 100010 110110

Color Harmonies of #B1608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1608F

Black with #B1608F

Text Example


Text Example

White with #B1608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1608F; }

 p { color: rgb(177,96,143); }

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

background-color css

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

 a { background-color: rgb(177,96,143); }

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

border-color css

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

 span { border-color: rgb(177,96,143); }

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