Html Css Color HEX #B85B9F Mulberry

📋 copy color: '#B85B9F'

red 184 ◦ green 91 ◦ blue 159

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

Shades of Mulberry #B85B9F

Tints of Mulberry #B85B9F

RGB

 RED value IS 184 (72.27% from 255) = 42.4%

 GREEN value IS 91 (35.94% from 255) = 20.97%

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

R = 42.4%
G = 20.97%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B85B9F (or 0xB85B9F) is known color: Mulberry. HEX triplet: B8, 5B and 9F. RGB value is (184,91,159). Sum of RGB (Red+Green+Blue) = 184+91+159=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B9F is #47A460. Grayscale: #7E7E7E. Windows color (decimal): -4695137 or 10443704. OLE color: 10443704.

HSL color Cylindrical-coordinate representation of color #B85B9F: hue angle of 316.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B9F is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 159 -
CMYK 0 0.51 0.14 0.28
HSL 316.13º 0.4% 0.54% -
HSV(B) 316.13º 0.51% 0.72% -
XYZ 29.77 20.18 35.13 -
YUV 126.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 184 91 159 0 0.51 0.14 0.28 316.13 0.4 0.54
Hex B8 5B 9F 0 33 E 1C 13C 28 36
Octal 270 133 237 0 63 16 34 474 50 66
Binary 10111000 1011011 10011111 0 110011 1110 11100 100111100 101000 110110

Color Harmonies of #B85B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B9F

Black with #B85B9F

Text Example


Text Example

White with #B85B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B9F; }

 p { color: rgb(184,91,159); }

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

background-color css

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

 a { background-color: rgb(184,91,159); }

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

border-color css

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

 span { border-color: rgb(184,91,159); }

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