Html Css Color HEX #B64598 Mulberry

📋 copy color: '#B64598'

red 182 ◦ green 69 ◦ blue 152

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

Shades of Mulberry #B64598

Tints of Mulberry #B64598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

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

R = 45.16%
G = 17.12%
B = 37.72%

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

#B64598 (or 0xB64598) is known color: Mulberry. HEX triplet: B6, 45 and 98. RGB value is (182,69,152). Sum of RGB (Red+Green+Blue) = 182+69+152=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B64598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64598 is #49BA67. Grayscale: #707070. Windows color (decimal): -4831848 or 9979318. OLE color: 9979318.

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

Color convert

RGB 182 69 152 -
CMYK 0 0.62 0.16 0.29
HSL 315.93º 0.45% 0.49% -
HSV(B) 315.93º 0.62% 0.71% -
XYZ 27.09 16.47 31.46 -
YUV 112.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 182 69 152 0 0.62 0.16 0.29 315.93 0.45 0.49
Hex B6 45 98 0 3E 10 1D 13C 2D 31
Octal 266 105 230 0 76 20 35 474 55 61
Binary 10110110 1000101 10011000 0 111110 10000 11101 100111100 101101 110001

Color Harmonies of #B64598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64598

Black with #B64598

Text Example


Text Example

White with #B64598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64598; }

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

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

background-color css

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

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

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

border-color css

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

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

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