Html Css Color HEX #B75394 Mulberry

📋 copy color: '#B75394'

red 183 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B75394

Tints of Mulberry #B75394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

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

R = 44.2%
G = 20.05%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B75394 (or 0xB75394) is known color: Mulberry. HEX triplet: B7, 53 and 94. RGB value is (183,83,148). Sum of RGB (Red+Green+Blue) = 183+83+148=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B75394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75394 is #48AC6B. Grayscale: #787878. Windows color (decimal): -4762732 or 9720759. OLE color: 9720759.

HSL color Cylindrical-coordinate representation of color #B75394: hue angle of 321º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75394 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 148 -
CMYK 0 0.55 0.19 0.28
HSL 321º 0.41% 0.52% -
HSV(B) 321º 0.55% 0.72% -
XYZ 27.97 18.39 30.09 -
YUV 120.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 183 83 148 0 0.55 0.19 0.28 321 0.41 0.52
Hex B7 53 94 0 37 13 1C 141 29 34
Octal 267 123 224 0 67 23 34 501 51 64
Binary 10110111 1010011 10010100 0 110111 10011 11100 101000001 101001 110100

Color Harmonies of #B75394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75394

Black with #B75394

Text Example


Text Example

White with #B75394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75394; }

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

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

background-color css

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

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

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

border-color css

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

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

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