Html Css Color HEX #B64494 Mulberry

📋 copy color: '#B64494'

red 182 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #B64494

Tints of Mulberry #B64494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 45.73%
G = 17.09%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B64494 (or 0xB64494) is known color: Mulberry. HEX triplet: B6, 44 and 94. RGB value is (182,68,148). Sum of RGB (Red+Green+Blue) = 182+68+148=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64494 is #49BB6B. Grayscale: #6F6F6F. Windows color (decimal): -4832108 or 9716918. OLE color: 9716918.

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

Color convert

RGB 182 68 148 -
CMYK 0 0.63 0.19 0.29
HSL 317.89º 0.46% 0.49% -
HSV(B) 317.89º 0.63% 0.71% -
XYZ 26.7 16.22 29.74 -
YUV 111.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 182 68 148 0 0.63 0.19 0.29 317.89 0.46 0.49
Hex B6 44 94 0 3F 13 1D 13E 2E 31
Octal 266 104 224 0 77 23 35 476 56 61
Binary 10110110 1000100 10010100 0 111111 10011 11101 100111110 101110 110001

Color Harmonies of #B64494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64494

Black with #B64494

Text Example


Text Example

White with #B64494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64494; }

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

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

background-color css

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

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

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

border-color css

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

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

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