Html Css Color HEX #B3608F Mulberry

📋 copy color: '#B3608F'

red 179 ◦ green 96 ◦ blue 143

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

Shades of Mulberry #B3608F

Tints of Mulberry #B3608F

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

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

R = 42.82%
G = 22.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3608F (or 0xB3608F) is known color: Mulberry. HEX triplet: B3, 60 and 8F. RGB value is (179,96,143). Sum of RGB (Red+Green+Blue) = 179+96+143=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3608F is #4C9F70. Grayscale: #7E7E7E. Windows color (decimal): -5021553 or 9396403. OLE color: 9396403.

HSL color Cylindrical-coordinate representation of color #B3608F: hue angle of 326.02º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3608F is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 143 -
CMYK 0 0.46 0.20 0.30
HSL 326.02º 0.35% 0.54% -
HSV(B) 326.02º 0.46% 0.7% -
XYZ 27.73 19.93 28.37 -
YUV 126.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 179 96 143 0 0.46 0.20 0.30 326.02 0.35 0.54
Hex B3 60 8F 0 2E 14 1E 146 23 36
Octal 263 140 217 0 56 24 36 506 43 66
Binary 10110011 1100000 10001111 0 101110 10100 11110 101000110 100011 110110

Color Harmonies of #B3608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3608F

Black with #B3608F

Text Example


Text Example

White with #B3608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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