#b63b71

Color #B63B71 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B63B71

Tints of Royal Heath #B63B71

Color information

#B63B71 (or 0xB63B71) is unknown color: approx Royal Heath. HEX triplet: B6, 3B and 71. RGB value is (182,59,113). Sum of RGB (Red+Green+Blue) = 182+59+113=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B71 is #49C48E. Grayscale: #656565. Windows color (decimal): -4834447 or 7420854. OLE color: 7420854.

HSL color Cylindrical-coordinate representation of color #B63B71: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63B71 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18259113-
CMYK00.680.380.29
HSL333.66º51.04%47.25%-
HSV(B)333.66º67.58%71.37%-
XYZ23.8414.2717.12-
YUV101.93134.25185.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 59 (23.44% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=51.41%
G=16.67%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825911300.680.380.29333.6651.0447.25
HexB63B71044261D14e332f
Octal26673161010446355166357
Binary1011011011101111100010100010010011011101101001110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63b71; }

 p { color: rgb(182,59,113); }

 H1.HeaderClassName
 {
   color: #b63b71;
 }
 .AnyTagClassName
 {
   color: #b63b71;
 }
</style>
background-color css

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

 a { background-color: rgb(182,59,113); }

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

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

 span { border-color: rgb(182,59,113); }

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