Html Css Color HEX #B75197 Mulberry

📋 copy color: '#B75197'

red 183 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #B75197

Tints of Mulberry #B75197

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

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

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

R = 44.1%
G = 19.52%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B75197 (or 0xB75197) is known color: Mulberry. HEX triplet: B7, 51 and 97. RGB value is (183,81,151). Sum of RGB (Red+Green+Blue) = 183+81+151=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75197 is #48AE68. Grayscale: #777777. Windows color (decimal): -4763241 or 9916855. OLE color: 9916855.

HSL color Cylindrical-coordinate representation of color #B75197: hue angle of 318.82º degrees, saturation: 0.41, 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 #B75197 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 151 -
CMYK 0 0.56 0.17 0.28
HSL 318.82º 0.41% 0.52% -
HSV(B) 318.82º 0.56% 0.72% -
XYZ 28.06 18.19 31.31 -
YUV 119.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 183 81 151 0 0.56 0.17 0.28 318.82 0.41 0.52
Hex B7 51 97 0 38 11 1C 13F 29 34
Octal 267 121 227 0 70 21 34 477 51 64
Binary 10110111 1010001 10010111 0 111000 10001 11100 100111111 101001 110100

Color Harmonies of #B75197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75197

Black with #B75197

Text Example


Text Example

White with #B75197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75197; }

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

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

background-color css

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

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

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

border-color css

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

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

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