Html Css Color HEX #B74795 Mulberry

📋 copy color: '#B74795'

red 183 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #B74795

Tints of Mulberry #B74795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 45.41%
G = 17.62%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B74795 (or 0xB74795) is known color: Mulberry. HEX triplet: B7, 47 and 95. RGB value is (183,71,149). Sum of RGB (Red+Green+Blue) = 183+71+149=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74795 is #48B86A. Grayscale: #717171. Windows color (decimal): -4765803 or 9783223. OLE color: 9783223.

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

Color convert

RGB 183 71 149 -
CMYK 0 0.61 0.19 0.28
HSL 318.21º 0.44% 0.5% -
HSV(B) 318.21º 0.61% 0.72% -
XYZ 27.21 16.74 30.23 -
YUV 113.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 183 71 149 0 0.61 0.19 0.28 318.21 0.44 0.5
Hex B7 47 95 0 3D 13 1C 13E 2C 32
Octal 267 107 225 0 75 23 34 476 54 62
Binary 10110111 1000111 10010101 0 111101 10011 11100 100111110 101100 110010

Color Harmonies of #B74795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74795

Black with #B74795

Text Example


Text Example

White with #B74795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74795; }

 p { color: rgb(183,71,149); }

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

background-color css

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

 a { background-color: rgb(183,71,149); }

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

border-color css

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

 span { border-color: rgb(183,71,149); }

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