Html Css Color HEX #B74DA0 Mulberry

📋 copy color: '#B74DA0'

red 183 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #B74DA0

Tints of Mulberry #B74DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.33%

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 43.57%
G = 18.33%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B74DA0 (or 0xB74DA0) is known color: Mulberry. HEX triplet: B7, 4D and A0. RGB value is (183,77,160). Sum of RGB (Red+Green+Blue) = 183+77+160=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA0 is #48B25F. Grayscale: #757575. Windows color (decimal): -4764256 or 10505655. OLE color: 10505655.

HSL color Cylindrical-coordinate representation of color #B74DA0: hue angle of 313.02º degrees, saturation: 0.42, 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 #B74DA0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 160 -
CMYK 0 0.58 0.13 0.28
HSL 313.02º 0.42% 0.51% -
HSV(B) 313.02º 0.58% 0.72% -
XYZ 28.53 17.91 35.21 -
YUV 118.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 183 77 160 0 0.58 0.13 0.28 313.02 0.42 0.51
Hex B7 4D A0 0 3A D 1C 139 2A 33
Octal 267 115 240 0 72 15 34 471 52 63
Binary 10110111 1001101 10100000 0 111010 1101 11100 100111001 101010 110011

Color Harmonies of #B74DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DA0

Black with #B74DA0

Text Example


Text Example

White with #B74DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DA0; }

 p { color: rgb(183,77,160); }

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

background-color css

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

 a { background-color: rgb(183,77,160); }

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

border-color css

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

 span { border-color: rgb(183,77,160); }

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