Html Css Color HEX #B75E8A Mulberry

📋 copy color: '#B75E8A'

red 183 ◦ green 94 ◦ blue 138

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

Shades of Mulberry #B75E8A

Tints of Mulberry #B75E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 44.1%
G = 22.65%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B75E8A (or 0xB75E8A) is known color: Mulberry. HEX triplet: B7, 5E and 8A. RGB value is (183,94,138). Sum of RGB (Red+Green+Blue) = 183+94+138=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E8A is #48A175. Grayscale: #7D7D7D. Windows color (decimal): -4759926 or 9068215. OLE color: 9068215.

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

Color convert

RGB 183 94 138 -
CMYK 0 0.49 0.25 0.28
HSL 330.34º 0.38% 0.54% -
HSV(B) 330.34º 0.49% 0.72% -
XYZ 28.12 19.91 26.41 -
YUV 125.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 183 94 138 0 0.49 0.25 0.28 330.34 0.38 0.54
Hex B7 5E 8A 0 31 19 1C 14A 26 36
Octal 267 136 212 0 61 31 34 512 46 66
Binary 10110111 1011110 10001010 0 110001 11001 11100 101001010 100110 110110

Color Harmonies of #B75E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E8A

Black with #B75E8A

Text Example


Text Example

White with #B75E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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