Html Css Color HEX #B75896 Mulberry

📋 copy color: '#B75896'

red 183 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #B75896

Tints of Mulberry #B75896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 43.47%
G = 20.9%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B75896 (or 0xB75896) is known color: Mulberry. HEX triplet: B7, 58 and 96. RGB value is (183,88,150). Sum of RGB (Red+Green+Blue) = 183+88+150=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B75896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75896 is #48A769. Grayscale: #7B7B7B. Windows color (decimal): -4761450 or 9853111. OLE color: 9853111.

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

Color convert

RGB 183 88 150 -
CMYK 0 0.52 0.18 0.28
HSL 320.84º 0.4% 0.53% -
HSV(B) 320.84º 0.52% 0.72% -
XYZ 28.52 19.25 31.07 -
YUV 123.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 183 88 150 0 0.52 0.18 0.28 320.84 0.4 0.53
Hex B7 58 96 0 34 12 1C 141 28 35
Octal 267 130 226 0 64 22 34 501 50 65
Binary 10110111 1011000 10010110 0 110100 10010 11100 101000001 101000 110101

Color Harmonies of #B75896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75896

Black with #B75896

Text Example


Text Example

White with #B75896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75896; }

 p { color: rgb(183,88,150); }

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

background-color css

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

 a { background-color: rgb(183,88,150); }

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

border-color css

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

 span { border-color: rgb(183,88,150); }

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