Html Css Color HEX #B64D8A Mulberry

📋 copy color: '#B64D8A'

red 182 ◦ green 77 ◦ blue 138

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

Shades of Mulberry #B64D8A

Tints of Mulberry #B64D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 45.84%
G = 19.4%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B64D8A (or 0xB64D8A) is known color: Mulberry. HEX triplet: B6, 4D and 8A. RGB value is (182,77,138). Sum of RGB (Red+Green+Blue) = 182+77+138=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D8A is #49B275. Grayscale: #737373. Windows color (decimal): -4829814 or 9063862. OLE color: 9063862.

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

Color convert

RGB 182 77 138 -
CMYK 0 0.58 0.24 0.29
HSL 325.14º 0.42% 0.51% -
HSV(B) 325.14º 0.58% 0.71% -
XYZ 26.53 17.09 25.94 -
YUV 115.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 182 77 138 0 0.58 0.24 0.29 325.14 0.42 0.51
Hex B6 4D 8A 0 3A 18 1D 145 2A 33
Octal 266 115 212 0 72 30 35 505 52 63
Binary 10110110 1001101 10001010 0 111010 11000 11101 101000101 101010 110011

Color Harmonies of #B64D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D8A

Black with #B64D8A

Text Example


Text Example

White with #B64D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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