Html Css Color HEX #B64998 Mulberry

📋 copy color: '#B64998'

red 182 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #B64998

Tints of Mulberry #B64998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 44.72%
G = 17.94%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B64998 (or 0xB64998) is known color: Mulberry. HEX triplet: B6, 49 and 98. RGB value is (182,73,152). Sum of RGB (Red+Green+Blue) = 182+73+152=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B64998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64998 is #49B667. Grayscale: #727272. Windows color (decimal): -4830824 or 9980342. OLE color: 9980342.

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

Color convert

RGB 182 73 152 -
CMYK 0 0.60 0.16 0.29
HSL 316.51º 0.43% 0.5% -
HSV(B) 316.51º 0.6% 0.71% -
XYZ 27.34 16.98 31.54 -
YUV 114.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 182 73 152 0 0.60 0.16 0.29 316.51 0.43 0.5
Hex B6 49 98 0 3C 10 1D 13D 2B 32
Octal 266 111 230 0 74 20 35 475 53 62
Binary 10110110 1001001 10011000 0 111100 10000 11101 100111101 101011 110010

Color Harmonies of #B64998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64998

Black with #B64998

Text Example


Text Example

White with #B64998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64998; }

 p { color: rgb(182,73,152); }

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

background-color css

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

 a { background-color: rgb(182,73,152); }

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

border-color css

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

 span { border-color: rgb(182,73,152); }

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