#BF3F73

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

Shades of Royal Heath #BF3F73

Tints of Royal Heath #BF3F73

Color information

#BF3F73 (or 0xBF3F73) is unknown color: approx Royal Heath. HEX triplet: BF, 3F and 73. RGB value is (191,63,115). Sum of RGB (Red+Green+Blue) = 191+63+115=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F73 is #40C08C. Grayscale: #6B6B6B. Windows color (decimal): -4243597 or 7552959. OLE color: 7552959.

HSL color Cylindrical-coordinate representation of color #BF3F73: hue angle of 335.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F73 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19163115-
CMYK00.670.400.25
HSL335.62º50.39%49.8%-
HSV(B)335.62º67.02%74.9%-
XYZ26.3615.8717.89-
YUV107.2132.41187.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=51.76%
G=17.07%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916311500.670.400.25335.6250.3949.8
HexBF3F7304328191503232
Octal27777163010350315206262
Binary1011111111111111100110100001110100011001101010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F73; }

 p { color: rgb(191,63,115); }

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

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

 a { background-color: rgb(191,63,115); }

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

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

 span { border-color: rgb(191,63,115); }

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