Html Css Color HEX #B64D9F Mulberry

📋 copy color: '#B64D9F'

red 182 ◦ green 77 ◦ blue 159

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

Shades of Mulberry #B64D9F

Tints of Mulberry #B64D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 43.54%
G = 18.42%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B64D9F (or 0xB64D9F) is known color: Mulberry. HEX triplet: B6, 4D and 9F. RGB value is (182,77,159). Sum of RGB (Red+Green+Blue) = 182+77+159=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D9F is #49B260. Grayscale: #757575. Windows color (decimal): -4829793 or 10440118. OLE color: 10440118.

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

Color convert

RGB 182 77 159 -
CMYK 0 0.58 0.13 0.29
HSL 313.14º 0.42% 0.51% -
HSV(B) 313.14º 0.58% 0.71% -
XYZ 28.2 17.76 34.74 -
YUV 117.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 182 77 159 0 0.58 0.13 0.29 313.14 0.42 0.51
Hex B6 4D 9F 0 3A D 1D 139 2A 33
Octal 266 115 237 0 72 15 35 471 52 63
Binary 10110110 1001101 10011111 0 111010 1101 11101 100111001 101010 110011

Color Harmonies of #B64D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D9F

Black with #B64D9F

Text Example


Text Example

White with #B64D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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