Html Css Color HEX #B74782 Mulberry

📋 copy color: '#B74782'

red 183 ◦ green 71 ◦ blue 130

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

Shades of Mulberry #B74782

Tints of Mulberry #B74782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

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

R = 47.66%
G = 18.49%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B74782 (or 0xB74782) is known color: Mulberry. HEX triplet: B7, 47 and 82. RGB value is (183,71,130). Sum of RGB (Red+Green+Blue) = 183+71+130=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74782 is #48B87D. Grayscale: #6F6F6F. Windows color (decimal): -4765822 or 8538039. OLE color: 8538039.

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

Color convert

RGB 183 71 130 -
CMYK 0 0.61 0.29 0.28
HSL 328.39º 0.44% 0.5% -
HSV(B) 328.39º 0.61% 0.72% -
XYZ 25.81 16.19 22.88 -
YUV 111.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 183 71 130 0 0.61 0.29 0.28 328.39 0.44 0.5
Hex B7 47 82 0 3D 1D 1C 148 2C 32
Octal 267 107 202 0 75 35 34 510 54 62
Binary 10110111 1000111 10000010 0 111101 11101 11100 101001000 101100 110010

Color Harmonies of #B74782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74782

Black with #B74782

Text Example


Text Example

White with #B74782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74782; }

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

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

background-color css

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

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

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

border-color css

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

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

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