Html Css Color HEX #B64C84 Mulberry

📋 copy color: '#B64C84'

red 182 ◦ green 76 ◦ blue 132

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

Shades of Mulberry #B64C84

Tints of Mulberry #B64C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 46.67%
G = 19.49%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B64C84 (or 0xB64C84) is known color: Mulberry. HEX triplet: B6, 4C and 84. RGB value is (182,76,132). Sum of RGB (Red+Green+Blue) = 182+76+132=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C84 is #49B37B. Grayscale: #717171. Windows color (decimal): -4830076 or 8670390. OLE color: 8670390.

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

Color convert

RGB 182 76 132 -
CMYK 0 0.58 0.27 0.29
HSL 328.3º 0.42% 0.51% -
HSV(B) 328.3º 0.58% 0.71% -
XYZ 26.04 16.78 23.7 -
YUV 114.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 182 76 132 0 0.58 0.27 0.29 328.3 0.42 0.51
Hex B6 4C 84 0 3A 1B 1D 148 2A 33
Octal 266 114 204 0 72 33 35 510 52 63
Binary 10110110 1001100 10000100 0 111010 11011 11101 101001000 101010 110011

Color Harmonies of #B64C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C84

Black with #B64C84

Text Example


Text Example

White with #B64C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C84; }

 p { color: rgb(182,76,132); }

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

background-color css

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

 a { background-color: rgb(182,76,132); }

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

border-color css

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

 span { border-color: rgb(182,76,132); }

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