Html Css Color HEX #B74694 Mulberry

📋 copy color: '#B74694'

red 183 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #B74694

Tints of Mulberry #B74694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

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

R = 45.64%
G = 17.46%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B74694 (or 0xB74694) is known color: Mulberry. HEX triplet: B7, 46 and 94. RGB value is (183,70,148). Sum of RGB (Red+Green+Blue) = 183+70+148=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74694 is #48B96B. Grayscale: #707070. Windows color (decimal): -4766060 or 9717431. OLE color: 9717431.

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

Color convert

RGB 183 70 148 -
CMYK 0 0.62 0.19 0.28
HSL 318.58º 0.45% 0.5% -
HSV(B) 318.58º 0.62% 0.72% -
XYZ 27.06 16.59 29.79 -
YUV 112.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 183 70 148 0 0.62 0.19 0.28 318.58 0.45 0.5
Hex B7 46 94 0 3E 13 1C 13F 2D 32
Octal 267 106 224 0 76 23 34 477 55 62
Binary 10110111 1000110 10010100 0 111110 10011 11100 100111111 101101 110010

Color Harmonies of #B74694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74694

Black with #B74694

Text Example


Text Example

White with #B74694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74694; }

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

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

background-color css

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

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

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

border-color css

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

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

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