Html Css Color HEX #B64497 Mulberry

📋 copy color: '#B64497'

red 182 ◦ green 68 ◦ blue 151

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

Shades of Mulberry #B64497

Tints of Mulberry #B64497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 45.39%
G = 16.96%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B64497 (or 0xB64497) is known color: Mulberry. HEX triplet: B6, 44 and 97. RGB value is (182,68,151). Sum of RGB (Red+Green+Blue) = 182+68+151=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64497 is #49BB68. Grayscale: #6F6F6F. Windows color (decimal): -4832105 or 9913526. OLE color: 9913526.

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

Color convert

RGB 182 68 151 -
CMYK 0 0.63 0.17 0.29
HSL 316.32º 0.46% 0.49% -
HSV(B) 316.32º 0.63% 0.71% -
XYZ 26.94 16.31 31.01 -
YUV 111.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 182 68 151 0 0.63 0.17 0.29 316.32 0.46 0.49
Hex B6 44 97 0 3F 11 1D 13C 2E 31
Octal 266 104 227 0 77 21 35 474 56 61
Binary 10110110 1000100 10010111 0 111111 10001 11101 100111100 101110 110001

Color Harmonies of #B64497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64497

Black with #B64497

Text Example


Text Example

White with #B64497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64497; }

 p { color: rgb(182,68,151); }

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

background-color css

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

 a { background-color: rgb(182,68,151); }

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

border-color css

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

 span { border-color: rgb(182,68,151); }

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