Html Css Color HEX #B64F8D Mulberry

📋 copy color: '#B64F8D'

red 182 ◦ green 79 ◦ blue 141

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

Shades of Mulberry #B64F8D

Tints of Mulberry #B64F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 45.27%
G = 19.65%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B64F8D (or 0xB64F8D) is known color: Mulberry. HEX triplet: B6, 4F and 8D. RGB value is (182,79,141). Sum of RGB (Red+Green+Blue) = 182+79+141=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F8D is #49B072. Grayscale: #747474. Windows color (decimal): -4829299 or 9260982. OLE color: 9260982.

HSL color Cylindrical-coordinate representation of color #B64F8D: hue angle of 323.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F8D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 141 -
CMYK 0 0.57 0.23 0.29
HSL 323.88º 0.41% 0.51% -
HSV(B) 323.88º 0.57% 0.71% -
XYZ 26.9 17.46 27.15 -
YUV 116.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 182 79 141 0 0.57 0.23 0.29 323.88 0.41 0.51
Hex B6 4F 8D 0 39 17 1D 144 29 33
Octal 266 117 215 0 71 27 35 504 51 63
Binary 10110110 1001111 10001101 0 111001 10111 11101 101000100 101001 110011

Color Harmonies of #B64F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F8D

Black with #B64F8D

Text Example


Text Example

White with #B64F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F8D; }

 p { color: rgb(182,79,141); }

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

background-color css

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

 a { background-color: rgb(182,79,141); }

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

border-color css

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

 span { border-color: rgb(182,79,141); }

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