Html Css Color HEX #B64DA0 Mulberry

📋 copy color: '#B64DA0'

red 182 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #B64DA0

Tints of Mulberry #B64DA0

RGB

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

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

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

R = 43.44%
G = 18.38%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B64DA0 (or 0xB64DA0) is known color: Mulberry. HEX triplet: B6, 4D and A0. RGB value is (182,77,160). Sum of RGB (Red+Green+Blue) = 182+77+160=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DA0 is #49B25F. Grayscale: #757575. Windows color (decimal): -4829792 or 10505654. OLE color: 10505654.

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

Color convert

RGB 182 77 160 -
CMYK 0 0.58 0.12 0.29
HSL 312.57º 0.42% 0.51% -
HSV(B) 312.57º 0.58% 0.71% -
XYZ 28.29 17.79 35.2 -
YUV 117.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 182 77 160 0 0.58 0.12 0.29 312.57 0.42 0.51
Hex B6 4D A0 0 3A C 1D 139 2A 33
Octal 266 115 240 0 72 14 35 471 52 63
Binary 10110110 1001101 10100000 0 111010 1100 11101 100111001 101010 110011

Color Harmonies of #B64DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DA0

Black with #B64DA0

Text Example


Text Example

White with #B64DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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