#BF3B71

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

Shades of Royal Heath #BF3B71

Tints of Royal Heath #BF3B71

Color information

#BF3B71 (or 0xBF3B71) is unknown color: approx Royal Heath. HEX triplet: BF, 3B and 71. RGB value is (191,59,113). Sum of RGB (Red+Green+Blue) = 191+59+113=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B71 is #40C48E. Grayscale: #686868. Windows color (decimal): -4244623 or 7420863. OLE color: 7420863.

HSL color Cylindrical-coordinate representation of color #BF3B71: hue angle of 335.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B71 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19159113-
CMYK00.690.410.25
HSL335.45º52.8%49.02%-
HSV(B)335.45º69.11%74.9%-
XYZ26.0315.417.22-
YUV104.62132.73189.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=52.62%
G=16.25%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915911300.690.410.25335.4552.849.02
HexBF3B71045291914f3531
Octal27773161010551315176561
Binary1011111111101111100010100010110100111001101001111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B71; }

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

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

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

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

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

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

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

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