Html Css Color HEX #B5608D Mulberry

📋 copy color: '#B5608D'

red 181 ◦ green 96 ◦ blue 141

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

Shades of Mulberry #B5608D

Tints of Mulberry #B5608D

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

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

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

R = 43.3%
G = 22.97%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5608D (or 0xB5608D) is known color: Mulberry. HEX triplet: B5, 60 and 8D. RGB value is (181,96,141). Sum of RGB (Red+Green+Blue) = 181+96+141=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608D is #4A9F72. Grayscale: #7E7E7E. Windows color (decimal): -4890483 or 9265333. OLE color: 9265333.

HSL color Cylindrical-coordinate representation of color #B5608D: hue angle of 328.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5608D is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 141 -
CMYK 0 0.47 0.22 0.29
HSL 328.24º 0.36% 0.54% -
HSV(B) 328.24º 0.47% 0.71% -
XYZ 28.05 20.11 27.6 -
YUV 126.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 181 96 141 0 0.47 0.22 0.29 328.24 0.36 0.54
Hex B5 60 8D 0 2F 16 1D 148 24 36
Octal 265 140 215 0 57 26 35 510 44 66
Binary 10110101 1100000 10001101 0 101111 10110 11101 101001000 100100 110110

Color Harmonies of #B5608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5608D

Black with #B5608D

Text Example


Text Example

White with #B5608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5608D; }

 p { color: rgb(181,96,141); }

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

background-color css

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

 a { background-color: rgb(181,96,141); }

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

border-color css

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

 span { border-color: rgb(181,96,141); }

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