Html Css Color HEX #B74390 Mulberry

📋 copy color: '#B74390'

red 183 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #B74390

Tints of Mulberry #B74390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 46.45%
G = 17.01%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B74390 (or 0xB74390) is known color: Mulberry. HEX triplet: B7, 43 and 90. RGB value is (183,67,144). Sum of RGB (Red+Green+Blue) = 183+67+144=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B74390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74390 is #48BC6F. Grayscale: #6E6E6E. Windows color (decimal): -4766832 or 9454519. OLE color: 9454519.

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

Color convert

RGB 183 67 144 -
CMYK 0 0.63 0.21 0.28
HSL 320.17º 0.46% 0.49% -
HSV(B) 320.17º 0.63% 0.72% -
XYZ 26.57 16.1 28.09 -
YUV 110.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 183 67 144 0 0.63 0.21 0.28 320.17 0.46 0.49
Hex B7 43 90 0 3F 15 1C 140 2E 31
Octal 267 103 220 0 77 25 34 500 56 61
Binary 10110111 1000011 10010000 0 111111 10101 11100 101000000 101110 110001

Color Harmonies of #B74390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74390

Black with #B74390

Text Example


Text Example

White with #B74390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74390; }

 p { color: rgb(183,67,144); }

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

background-color css

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

 a { background-color: rgb(183,67,144); }

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

border-color css

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

 span { border-color: rgb(183,67,144); }

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