Html Css Color HEX #B74B90 Mulberry

📋 copy color: '#B74B90'

red 183 ◦ green 75 ◦ blue 144

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

Shades of Mulberry #B74B90

Tints of Mulberry #B74B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.66%

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

R = 45.52%
G = 18.66%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B74B90 (or 0xB74B90) is known color: Mulberry. HEX triplet: B7, 4B and 90. RGB value is (183,75,144). Sum of RGB (Red+Green+Blue) = 183+75+144=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B90 is #48B46F. Grayscale: #727272. Windows color (decimal): -4764784 or 9456567. OLE color: 9456567.

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

Color convert

RGB 183 75 144 -
CMYK 0 0.59 0.21 0.28
HSL 321.67º 0.43% 0.51% -
HSV(B) 321.67º 0.59% 0.72% -
XYZ 27.08 17.11 28.26 -
YUV 115.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 183 75 144 0 0.59 0.21 0.28 321.67 0.43 0.51
Hex B7 4B 90 0 3B 15 1C 142 2B 33
Octal 267 113 220 0 73 25 34 502 53 63
Binary 10110111 1001011 10010000 0 111011 10101 11100 101000010 101011 110011

Color Harmonies of #B74B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B90

Black with #B74B90

Text Example


Text Example

White with #B74B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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