Html Css Color HEX #B64E96 Mulberry

📋 copy color: '#B64E96'

red 182 ◦ green 78 ◦ blue 150

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

Shades of Mulberry #B64E96

Tints of Mulberry #B64E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 44.39%
G = 19.02%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64E96 (or 0xB64E96) is known color: Mulberry. HEX triplet: B6, 4E and 96. RGB value is (182,78,150). Sum of RGB (Red+Green+Blue) = 182+78+150=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E96 is #49B169. Grayscale: #757575. Windows color (decimal): -4829546 or 9850550. OLE color: 9850550.

HSL color Cylindrical-coordinate representation of color #B64E96: hue angle of 318.46º 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 #B64E96 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 150 -
CMYK 0 0.57 0.18 0.29
HSL 318.46º 0.42% 0.51% -
HSV(B) 318.46º 0.57% 0.71% -
XYZ 27.52 17.6 30.8 -
YUV 117.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 182 78 150 0 0.57 0.18 0.29 318.46 0.42 0.51
Hex B6 4E 96 0 39 12 1D 13E 2A 33
Octal 266 116 226 0 71 22 35 476 52 63
Binary 10110110 1001110 10010110 0 111001 10010 11101 100111110 101010 110011

Color Harmonies of #B64E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E96

Black with #B64E96

Text Example


Text Example

White with #B64E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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