Html Css Color HEX #B64781 Mulberry

📋 copy color: '#B64781'

red 182 ◦ green 71 ◦ blue 129

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

Shades of Mulberry #B64781

Tints of Mulberry #B64781

RGB

 RED value IS 182 (71.48% from 255) = 47.64%

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 47.64%
G = 18.59%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B64781 (or 0xB64781) is known color: Mulberry. HEX triplet: B6, 47 and 81. RGB value is (182,71,129). Sum of RGB (Red+Green+Blue) = 182+71+129=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64781 is #49B87E. Grayscale: #6E6E6E. Windows color (decimal): -4831359 or 8472502. OLE color: 8472502.

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

Color convert

RGB 182 71 129 -
CMYK 0 0.61 0.29 0.29
HSL 328.65º 0.44% 0.5% -
HSV(B) 328.65º 0.61% 0.71% -
XYZ 25.51 16.04 22.52 -
YUV 110.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 182 71 129 0 0.61 0.29 0.29 328.65 0.44 0.5
Hex B6 47 81 0 3D 1D 1D 149 2C 32
Octal 266 107 201 0 75 35 35 511 54 62
Binary 10110110 1000111 10000001 0 111101 11101 11101 101001001 101100 110010

Color Harmonies of #B64781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64781

Black with #B64781

Text Example


Text Example

White with #B64781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64781; }

 p { color: rgb(182,71,129); }

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

background-color css

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

 a { background-color: rgb(182,71,129); }

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

border-color css

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

 span { border-color: rgb(182,71,129); }

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