Html Css Color HEX #B64980 Royal Heath

📋 copy color: '#B64980'

red 182 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #B64980

Tints of Royal Heath #B64980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 47.52%
G = 19.06%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B64980 (or 0xB64980) is known color: Royal Heath. HEX triplet: B6, 49 and 80. RGB value is (182,73,128). Sum of RGB (Red+Green+Blue) = 182+73+128=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64980 is #49B67F. Grayscale: #6F6F6F. Windows color (decimal): -4830848 or 8407478. OLE color: 8407478.

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

Color convert

RGB 182 73 128 -
CMYK 0 0.60 0.30 0.29
HSL 329.72º 0.43% 0.5% -
HSV(B) 329.72º 0.6% 0.71% -
XYZ 25.57 16.27 22.21 -
YUV 111.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 182 73 128 0 0.60 0.30 0.29 329.72 0.43 0.5
Hex B6 49 80 0 3C 1E 1D 14A 2B 32
Octal 266 111 200 0 74 36 35 512 53 62
Binary 10110110 1001001 10000000 0 111100 11110 11101 101001010 101011 110010

Color Harmonies of #B64980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64980

Black with #B64980

Text Example


Text Example

White with #B64980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64980; }

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

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

background-color css

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

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

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

border-color css

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

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

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