Html Css Color HEX #B9409F Mulberry

📋 copy color: '#B9409F'

red 185 ◦ green 64 ◦ blue 159

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

Shades of Mulberry #B9409F

Tints of Mulberry #B9409F

RGB

 RED value IS 185 (72.66% from 255) = 45.34%

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 45.34%
G = 15.69%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9409F (or 0xB9409F) is known color: Mulberry. HEX triplet: B9, 40 and 9F. RGB value is (185,64,159). Sum of RGB (Red+Green+Blue) = 185+64+159=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9409F is #46BF60. Grayscale: #6E6E6E. Windows color (decimal): -4636513 or 10436793. OLE color: 10436793.

HSL color Cylindrical-coordinate representation of color #B9409F: hue angle of 312.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9409F is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 159 -
CMYK 0 0.65 0.14 0.27
HSL 312.89º 0.49% 0.49% -
HSV(B) 312.89º 0.65% 0.73% -
XYZ 28.1 16.48 34.5 -
YUV 111.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 185 64 159 0 0.65 0.14 0.27 312.89 0.49 0.49
Hex B9 40 9F 0 41 E 1B 139 31 31
Octal 271 100 237 0 101 16 33 471 61 61
Binary 10111001 1000000 10011111 0 1000001 1110 11011 100111001 110001 110001

Color Harmonies of #B9409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9409F

Black with #B9409F

Text Example


Text Example

White with #B9409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9409F; }

 p { color: rgb(185,64,159); }

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

background-color css

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

 a { background-color: rgb(185,64,159); }

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

border-color css

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

 span { border-color: rgb(185,64,159); }

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