Html Css Color HEX #B64893 Mulberry

📋 copy color: '#B64893'

red 182 ◦ green 72 ◦ blue 147

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

Shades of Mulberry #B64893

Tints of Mulberry #B64893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 45.39%
G = 17.96%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B64893 (or 0xB64893) is known color: Mulberry. HEX triplet: B6, 48 and 93. RGB value is (182,72,147). Sum of RGB (Red+Green+Blue) = 182+72+147=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64893 is #49B76C. Grayscale: #717171. Windows color (decimal): -4831085 or 9652406. OLE color: 9652406.

HSL color Cylindrical-coordinate representation of color #B64893: hue angle of 319.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64893 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 147 -
CMYK 0 0.60 0.19 0.29
HSL 319.09º 0.43% 0.5% -
HSV(B) 319.09º 0.6% 0.71% -
XYZ 26.88 16.69 29.41 -
YUV 113.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 182 72 147 0 0.60 0.19 0.29 319.09 0.43 0.5
Hex B6 48 93 0 3C 13 1D 13F 2B 32
Octal 266 110 223 0 74 23 35 477 53 62
Binary 10110110 1001000 10010011 0 111100 10011 11101 100111111 101011 110010

Color Harmonies of #B64893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64893

Black with #B64893

Text Example


Text Example

White with #B64893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64893; }

 p { color: rgb(182,72,147); }

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

background-color css

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

 a { background-color: rgb(182,72,147); }

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

border-color css

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

 span { border-color: rgb(182,72,147); }

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