Html Css Color HEX #B75886 Mulberry

📋 copy color: '#B75886'

red 183 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #B75886

Tints of Mulberry #B75886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 45.19%
G = 21.73%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B75886 (or 0xB75886) is known color: Mulberry. HEX triplet: B7, 58 and 86. RGB value is (183,88,134). Sum of RGB (Red+Green+Blue) = 183+88+134=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75886 is #48A779. Grayscale: #797979. Windows color (decimal): -4761466 or 8804535. OLE color: 8804535.

HSL color Cylindrical-coordinate representation of color #B75886: hue angle of 330.95º 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 #B75886 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 88 134 -
CMYK 0 0.52 0.27 0.28
HSL 330.95º 0.4% 0.53% -
HSV(B) 330.95º 0.52% 0.72% -
XYZ 27.32 18.77 24.74 -
YUV 121.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 183 88 134 0 0.52 0.27 0.28 330.95 0.4 0.53
Hex B7 58 86 0 34 1B 1C 14B 28 35
Octal 267 130 206 0 64 33 34 513 50 65
Binary 10110111 1011000 10000110 0 110100 11011 11100 101001011 101000 110101

Color Harmonies of #B75886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75886

Black with #B75886

Text Example


Text Example

White with #B75886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75886; }

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

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

background-color css

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

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

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

border-color css

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

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

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