Html Css Color HEX #B74494 Mulberry

📋 copy color: '#B74494'

red 183 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #B74494

Tints of Mulberry #B74494

RGB

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

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

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

R = 45.86%
G = 17.04%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B74494 (or 0xB74494) is known color: Mulberry. HEX triplet: B7, 44 and 94. RGB value is (183,68,148). Sum of RGB (Red+Green+Blue) = 183+68+148=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74494 is #48BB6B. Grayscale: #6F6F6F. Windows color (decimal): -4766572 or 9716919. OLE color: 9716919.

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

Color convert

RGB 183 68 148 -
CMYK 0 0.63 0.19 0.28
HSL 318.26º 0.46% 0.49% -
HSV(B) 318.26º 0.63% 0.72% -
XYZ 26.94 16.34 29.75 -
YUV 111.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 183 68 148 0 0.63 0.19 0.28 318.26 0.46 0.49
Hex B7 44 94 0 3F 13 1C 13E 2E 31
Octal 267 104 224 0 77 23 34 476 56 61
Binary 10110111 1000100 10010100 0 111111 10011 11100 100111110 101110 110001

Color Harmonies of #B74494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74494

Black with #B74494

Text Example


Text Example

White with #B74494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74494; }

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

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

background-color css

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

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

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

border-color css

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

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

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