Html Css Color HEX #B74486 Mulberry

📋 copy color: '#B74486'

red 183 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #B74486

Tints of Mulberry #B74486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 47.53%
G = 17.66%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B74486 (or 0xB74486) is known color: Mulberry. HEX triplet: B7, 44 and 86. RGB value is (183,68,134). Sum of RGB (Red+Green+Blue) = 183+68+134=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B74486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74486 is #48BB79. Grayscale: #6D6D6D. Windows color (decimal): -4766586 or 8799415. OLE color: 8799415.

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

Color convert

RGB 183 68 134 -
CMYK 0 0.63 0.27 0.28
HSL 325.57º 0.46% 0.49% -
HSV(B) 325.57º 0.63% 0.72% -
XYZ 25.9 15.92 24.26 -
YUV 109.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 183 68 134 0 0.63 0.27 0.28 325.57 0.46 0.49
Hex B7 44 86 0 3F 1B 1C 146 2E 31
Octal 267 104 206 0 77 33 34 506 56 61
Binary 10110111 1000100 10000110 0 111111 11011 11100 101000110 101110 110001

Color Harmonies of #B74486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74486

Black with #B74486

Text Example


Text Example

White with #B74486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74486; }

 p { color: rgb(183,68,134); }

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

background-color css

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

 a { background-color: rgb(183,68,134); }

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

border-color css

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

 span { border-color: rgb(183,68,134); }

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