Html Css Color HEX #B75E94 Mulberry

📋 copy color: '#B75E94'

red 183 ◦ green 94 ◦ blue 148

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

Shades of Mulberry #B75E94

Tints of Mulberry #B75E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 43.06%
G = 22.12%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B75E94 (or 0xB75E94) is known color: Mulberry. HEX triplet: B7, 5E and 94. RGB value is (183,94,148). Sum of RGB (Red+Green+Blue) = 183+94+148=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E94 is #48A16B. Grayscale: #7E7E7E. Windows color (decimal): -4759916 or 9723575. OLE color: 9723575.

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

Color convert

RGB 183 94 148 -
CMYK 0 0.49 0.19 0.28
HSL 323.6º 0.38% 0.54% -
HSV(B) 323.6º 0.49% 0.72% -
XYZ 28.88 20.21 30.4 -
YUV 126.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 183 94 148 0 0.49 0.19 0.28 323.6 0.38 0.54
Hex B7 5E 94 0 31 13 1C 144 26 36
Octal 267 136 224 0 61 23 34 504 46 66
Binary 10110111 1011110 10010100 0 110001 10011 11100 101000100 100110 110110

Color Harmonies of #B75E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E94

Black with #B75E94

Text Example


Text Example

White with #B75E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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