Html Css Color HEX #B74699 Mulberry

📋 copy color: '#B74699'

red 183 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #B74699

Tints of Mulberry #B74699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 45.07%
G = 17.24%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B74699 (or 0xB74699) is known color: Mulberry. HEX triplet: B7, 46 and 99. RGB value is (183,70,153). Sum of RGB (Red+Green+Blue) = 183+70+153=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B74699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74699 is #48B966. Grayscale: #717171. Windows color (decimal): -4766055 or 10045111. OLE color: 10045111.

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

Color convert

RGB 183 70 153 -
CMYK 0 0.62 0.16 0.28
HSL 315.93º 0.45% 0.5% -
HSV(B) 315.93º 0.62% 0.72% -
XYZ 27.47 16.75 31.92 -
YUV 113.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 183 70 153 0 0.62 0.16 0.28 315.93 0.45 0.5
Hex B7 46 99 0 3E 10 1C 13C 2D 32
Octal 267 106 231 0 76 20 34 474 55 62
Binary 10110111 1000110 10011001 0 111110 10000 11100 100111100 101101 110010

Color Harmonies of #B74699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74699

Black with #B74699

Text Example


Text Example

White with #B74699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74699; }

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

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

background-color css

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

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

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

border-color css

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

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

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