Html Css Color HEX #B74496 Mulberry

📋 copy color: '#B74496'

red 183 ◦ green 68 ◦ blue 150

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

Shades of Mulberry #B74496

Tints of Mulberry #B74496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 45.64%
G = 16.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B74496 (or 0xB74496) is known color: Mulberry. HEX triplet: B7, 44 and 96. RGB value is (183,68,150). Sum of RGB (Red+Green+Blue) = 183+68+150=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74496 is #48BB69. Grayscale: #6F6F6F. Windows color (decimal): -4766570 or 9847991. OLE color: 9847991.

HSL color Cylindrical-coordinate representation of color #B74496: hue angle of 317.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74496 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 150 -
CMYK 0 0.63 0.18 0.28
HSL 317.22º 0.46% 0.49% -
HSV(B) 317.22º 0.63% 0.72% -
XYZ 27.1 16.4 30.59 -
YUV 111.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 183 68 150 0 0.63 0.18 0.28 317.22 0.46 0.49
Hex B7 44 96 0 3F 12 1C 13D 2E 31
Octal 267 104 226 0 77 22 34 475 56 61
Binary 10110111 1000100 10010110 0 111111 10010 11100 100111101 101110 110001

Color Harmonies of #B74496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74496

Black with #B74496

Text Example


Text Example

White with #B74496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74496; }

 p { color: rgb(183,68,150); }

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

background-color css

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

 a { background-color: rgb(183,68,150); }

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

border-color css

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

 span { border-color: rgb(183,68,150); }

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