Html Css Color HEX #B64D9C Mulberry

📋 copy color: '#B64D9C'

red 182 ◦ green 77 ◦ blue 156

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

Shades of Mulberry #B64D9C

Tints of Mulberry #B64D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 43.86%
G = 18.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B64D9C (or 0xB64D9C) is known color: Mulberry. HEX triplet: B6, 4D and 9C. RGB value is (182,77,156). Sum of RGB (Red+Green+Blue) = 182+77+156=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D9C is #49B263. Grayscale: #757575. Windows color (decimal): -4829796 or 10243510. OLE color: 10243510.

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

Color convert

RGB 182 77 156 -
CMYK 0 0.58 0.14 0.29
HSL 314.86º 0.42% 0.51% -
HSV(B) 314.86º 0.58% 0.71% -
XYZ 27.95 17.65 33.39 -
YUV 117.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 182 77 156 0 0.58 0.14 0.29 314.86 0.42 0.51
Hex B6 4D 9C 0 3A E 1D 13B 2A 33
Octal 266 115 234 0 72 16 35 473 52 63
Binary 10110110 1001101 10011100 0 111010 1110 11101 100111011 101010 110011

Color Harmonies of #B64D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D9C

Black with #B64D9C

Text Example


Text Example

White with #B64D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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