Html Css Color HEX #B74C90 Mulberry

📋 copy color: '#B74C90'

red 183 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #B74C90

Tints of Mulberry #B74C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.86%

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

R = 45.41%
G = 18.86%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B74C90 (or 0xB74C90) is known color: Mulberry. HEX triplet: B7, 4C and 90. RGB value is (183,76,144). Sum of RGB (Red+Green+Blue) = 183+76+144=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C90 is #48B36F. Grayscale: #737373. Windows color (decimal): -4764528 or 9456823. OLE color: 9456823.

HSL color Cylindrical-coordinate representation of color #B74C90: hue angle of 321.87º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C90 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 144 -
CMYK 0 0.58 0.21 0.28
HSL 321.87º 0.43% 0.51% -
HSV(B) 321.87º 0.58% 0.72% -
XYZ 27.15 17.25 28.28 -
YUV 115.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 183 76 144 0 0.58 0.21 0.28 321.87 0.43 0.51
Hex B7 4C 90 0 3A 15 1C 142 2B 33
Octal 267 114 220 0 72 25 34 502 53 63
Binary 10110111 1001100 10010000 0 111010 10101 11100 101000010 101011 110011

Color Harmonies of #B74C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C90

Black with #B74C90

Text Example


Text Example

White with #B74C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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