Html Css Color HEX #B64699 Mulberry

📋 copy color: '#B64699'

red 182 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #B64699

Tints of Mulberry #B64699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 44.94%
G = 17.28%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B64699 (or 0xB64699) is known color: Mulberry. HEX triplet: B6, 46 and 99. RGB value is (182,70,153). Sum of RGB (Red+Green+Blue) = 182+70+153=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B64699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64699 is #49B966. Grayscale: #707070. Windows color (decimal): -4831591 or 10045110. OLE color: 10045110.

HSL color Cylindrical-coordinate representation of color #B64699: hue angle of 315.54º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64699 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 153 -
CMYK 0 0.62 0.16 0.29
HSL 315.54º 0.44% 0.49% -
HSV(B) 315.54º 0.62% 0.71% -
XYZ 27.23 16.63 31.91 -
YUV 112.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 182 70 153 0 0.62 0.16 0.29 315.54 0.44 0.49
Hex B6 46 99 0 3E 10 1D 13C 2C 31
Octal 266 106 231 0 76 20 35 474 54 61
Binary 10110110 1000110 10011001 0 111110 10000 11101 100111100 101100 110001

Color Harmonies of #B64699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64699

Black with #B64699

Text Example


Text Example

White with #B64699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64699; }

 p { color: rgb(182,70,153); }

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

background-color css

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

 a { background-color: rgb(182,70,153); }

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

border-color css

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

 span { border-color: rgb(182,70,153); }

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