Html Css Color HEX #B85197 Mulberry

📋 copy color: '#B85197'

red 184 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #B85197

Tints of Mulberry #B85197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 44.23%
G = 19.47%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B85197 (or 0xB85197) is known color: Mulberry. HEX triplet: B8, 51 and 97. RGB value is (184,81,151). Sum of RGB (Red+Green+Blue) = 184+81+151=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85197 is #47AE68. Grayscale: #777777. Windows color (decimal): -4697705 or 9916856. OLE color: 9916856.

HSL color Cylindrical-coordinate representation of color #B85197: hue angle of 319.22º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85197 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 151 -
CMYK 0 0.56 0.18 0.28
HSL 319.22º 0.42% 0.52% -
HSV(B) 319.22º 0.56% 0.72% -
XYZ 28.3 18.31 31.32 -
YUV 119.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 184 81 151 0 0.56 0.18 0.28 319.22 0.42 0.52
Hex B8 51 97 0 38 12 1C 13F 2A 34
Octal 270 121 227 0 70 22 34 477 52 64
Binary 10111000 1010001 10010111 0 111000 10010 11100 100111111 101010 110100

Color Harmonies of #B85197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85197

Black with #B85197

Text Example


Text Example

White with #B85197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85197; }

 p { color: rgb(184,81,151); }

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

background-color css

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

 a { background-color: rgb(184,81,151); }

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

border-color css

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

 span { border-color: rgb(184,81,151); }

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