Html Css Color HEX #B75497 Mulberry

📋 copy color: '#B75497'

red 183 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #B75497

Tints of Mulberry #B75497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

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

R = 43.78%
G = 20.1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B75497 (or 0xB75497) is known color: Mulberry. HEX triplet: B7, 54 and 97. RGB value is (183,84,151). Sum of RGB (Red+Green+Blue) = 183+84+151=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B75497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75497 is #48AB68. Grayscale: #797979. Windows color (decimal): -4762473 or 9917623. OLE color: 9917623.

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

Color convert

RGB 183 84 151 -
CMYK 0 0.54 0.17 0.28
HSL 319.39º 0.41% 0.52% -
HSV(B) 319.39º 0.54% 0.72% -
XYZ 28.28 18.64 31.39 -
YUV 121.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 183 84 151 0 0.54 0.17 0.28 319.39 0.41 0.52
Hex B7 54 97 0 36 11 1C 13F 29 34
Octal 267 124 227 0 66 21 34 477 51 64
Binary 10110111 1010100 10010111 0 110110 10001 11100 100111111 101001 110100

Color Harmonies of #B75497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75497

Black with #B75497

Text Example


Text Example

White with #B75497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75497; }

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

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

background-color css

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

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

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

border-color css

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

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

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