Html Css Color HEX #B64E93 Mulberry

📋 copy color: '#B64E93'

red 182 ◦ green 78 ◦ blue 147

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

Shades of Mulberry #B64E93

Tints of Mulberry #B64E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 44.72%
G = 19.16%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B64E93 (or 0xB64E93) is known color: Mulberry. HEX triplet: B6, 4E and 93. RGB value is (182,78,147). Sum of RGB (Red+Green+Blue) = 182+78+147=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E93 is #49B16C. Grayscale: #747474. Windows color (decimal): -4829549 or 9653942. OLE color: 9653942.

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

Color convert

RGB 182 78 147 -
CMYK 0 0.57 0.19 0.29
HSL 320.19º 0.42% 0.51% -
HSV(B) 320.19º 0.57% 0.71% -
XYZ 27.28 17.5 29.54 -
YUV 116.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 182 78 147 0 0.57 0.19 0.29 320.19 0.42 0.51
Hex B6 4E 93 0 39 13 1D 140 2A 33
Octal 266 116 223 0 71 23 35 500 52 63
Binary 10110110 1001110 10010011 0 111001 10011 11101 101000000 101010 110011

Color Harmonies of #B64E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E93

Black with #B64E93

Text Example


Text Example

White with #B64E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E93; }

 p { color: rgb(182,78,147); }

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

background-color css

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

 a { background-color: rgb(182,78,147); }

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

border-color css

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

 span { border-color: rgb(182,78,147); }

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