Html Css Color HEX #B75E8C Mulberry

📋 copy color: '#B75E8C'

red 183 ◦ green 94 ◦ blue 140

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

Shades of Mulberry #B75E8C

Tints of Mulberry #B75E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 43.88%
G = 22.54%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B75E8C (or 0xB75E8C) is known color: Mulberry. HEX triplet: B7, 5E and 8C. RGB value is (183,94,140). Sum of RGB (Red+Green+Blue) = 183+94+140=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E8C is #48A173. Grayscale: #7D7D7D. Windows color (decimal): -4759924 or 9199287. OLE color: 9199287.

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

Color convert

RGB 183 94 140 -
CMYK 0 0.49 0.23 0.28
HSL 328.99º 0.38% 0.54% -
HSV(B) 328.99º 0.49% 0.72% -
XYZ 28.26 19.97 27.18 -
YUV 125.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 183 94 140 0 0.49 0.23 0.28 328.99 0.38 0.54
Hex B7 5E 8C 0 31 17 1C 149 26 36
Octal 267 136 214 0 61 27 34 511 46 66
Binary 10110111 1011110 10001100 0 110001 10111 11100 101001001 100110 110110

Color Harmonies of #B75E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E8C

Black with #B75E8C

Text Example


Text Example

White with #B75E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E8C; }

 p { color: rgb(183,94,140); }

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

background-color css

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

 a { background-color: rgb(183,94,140); }

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

border-color css

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

 span { border-color: rgb(183,94,140); }

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