Html Css Color HEX #B74794 Mulberry

📋 copy color: '#B74794'

red 183 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #B74794

Tints of Mulberry #B74794

RGB

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

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

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

R = 45.52%
G = 17.66%
B = 36.82%

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

#B74794 (or 0xB74794) is known color: Mulberry. HEX triplet: B7, 47 and 94. RGB value is (183,71,148). Sum of RGB (Red+Green+Blue) = 183+71+148=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B74794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74794 is #48B86B. Grayscale: #717171. Windows color (decimal): -4765804 or 9717687. OLE color: 9717687.

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

Color convert

RGB 183 71 148 -
CMYK 0 0.61 0.19 0.28
HSL 318.75º 0.44% 0.5% -
HSV(B) 318.75º 0.61% 0.72% -
XYZ 27.13 16.71 29.81 -
YUV 113.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 183 71 148 0 0.61 0.19 0.28 318.75 0.44 0.5
Hex B7 47 94 0 3D 13 1C 13F 2C 32
Octal 267 107 224 0 75 23 34 477 54 62
Binary 10110111 1000111 10010100 0 111101 10011 11100 100111111 101100 110010

Color Harmonies of #B74794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74794

Black with #B74794

Text Example


Text Example

White with #B74794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74794; }

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

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

background-color css

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

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

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

border-color css

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

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

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