Html Css Color HEX #B64C83 Mulberry

📋 copy color: '#B64C83'

red 182 ◦ green 76 ◦ blue 131

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

Shades of Mulberry #B64C83

Tints of Mulberry #B64C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 46.79%
G = 19.54%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B64C83 (or 0xB64C83) is known color: Mulberry. HEX triplet: B6, 4C and 83. RGB value is (182,76,131). Sum of RGB (Red+Green+Blue) = 182+76+131=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C83 is #49B37C. Grayscale: #717171. Windows color (decimal): -4830077 or 8604854. OLE color: 8604854.

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

Color convert

RGB 182 76 131 -
CMYK 0 0.58 0.28 0.29
HSL 328.87º 0.42% 0.51% -
HSV(B) 328.87º 0.58% 0.71% -
XYZ 25.97 16.75 23.34 -
YUV 113.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 182 76 131 0 0.58 0.28 0.29 328.87 0.42 0.51
Hex B6 4C 83 0 3A 1C 1D 149 2A 33
Octal 266 114 203 0 72 34 35 511 52 63
Binary 10110110 1001100 10000011 0 111010 11100 11101 101001001 101010 110011

Color Harmonies of #B64C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C83

Black with #B64C83

Text Example


Text Example

White with #B64C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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