Html Css Color HEX #B75E8D Mulberry

📋 copy color: '#B75E8D'

red 183 ◦ green 94 ◦ blue 141

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

Shades of Mulberry #B75E8D

Tints of Mulberry #B75E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 43.78%
G = 22.49%
B = 33.73%

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

#B75E8D (or 0xB75E8D) is known color: Mulberry. HEX triplet: B7, 5E and 8D. RGB value is (183,94,141). Sum of RGB (Red+Green+Blue) = 183+94+141=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E8D is #48A172. Grayscale: #7D7D7D. Windows color (decimal): -4759923 or 9264823. OLE color: 9264823.

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

Color convert

RGB 183 94 141 -
CMYK 0 0.49 0.23 0.28
HSL 328.31º 0.38% 0.54% -
HSV(B) 328.31º 0.49% 0.72% -
XYZ 28.34 20 27.57 -
YUV 125.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 183 94 141 0 0.49 0.23 0.28 328.31 0.38 0.54
Hex B7 5E 8D 0 31 17 1C 148 26 36
Octal 267 136 215 0 61 27 34 510 46 66
Binary 10110111 1011110 10001101 0 110001 10111 11100 101001000 100110 110110

Color Harmonies of #B75E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E8D

Black with #B75E8D

Text Example


Text Example

White with #B75E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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