Html Css Color HEX #B74F82 Mulberry

📋 copy color: '#B74F82'

red 183 ◦ green 79 ◦ blue 130

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

Shades of Mulberry #B74F82

Tints of Mulberry #B74F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.15%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 46.68%
G = 20.15%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B74F82 (or 0xB74F82) is known color: Mulberry. HEX triplet: B7, 4F and 82. RGB value is (183,79,130). Sum of RGB (Red+Green+Blue) = 183+79+130=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F82 is #48B07D. Grayscale: #737373. Windows color (decimal): -4763774 or 8540087. OLE color: 8540087.

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

Color convert

RGB 183 79 130 -
CMYK 0 0.57 0.29 0.28
HSL 330.58º 0.42% 0.51% -
HSV(B) 330.58º 0.57% 0.72% -
XYZ 26.35 17.27 23.06 -
YUV 115.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 183 79 130 0 0.57 0.29 0.28 330.58 0.42 0.51
Hex B7 4F 82 0 39 1D 1C 14B 2A 33
Octal 267 117 202 0 71 35 34 513 52 63
Binary 10110111 1001111 10000010 0 111001 11101 11100 101001011 101010 110011

Color Harmonies of #B74F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F82

Black with #B74F82

Text Example


Text Example

White with #B74F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F82; }

 p { color: rgb(183,79,130); }

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

background-color css

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

 a { background-color: rgb(183,79,130); }

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

border-color css

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

 span { border-color: rgb(183,79,130); }

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