#BF457C

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

Shades of Royal Heath #BF457C

Tints of Royal Heath #BF457C

Color information

#BF457C (or 0xBF457C) is unknown color: approx Royal Heath. HEX triplet: BF, 45 and 7C. RGB value is (191,69,124). Sum of RGB (Red+Green+Blue) = 191+69+124=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF457C is #40BA83. Grayscale: #6F6F6F. Windows color (decimal): -4242052 or 8144319. OLE color: 8144319.

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

Color convert

RGB19169124-
CMYK00.640.350.25
HSL332.95º48.8%50.98%-
HSV(B)332.95º63.87%74.9%-
XYZ27.2516.7920.87-
YUV111.75134.92184.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=49.74%
G=17.97%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916912400.640.350.25332.9548.850.98
HexBF457C040231914d3133
Octal277105174010043315156163
Binary10111111100010111111000100000010001111001101001101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF457C; }

 p { color: rgb(191,69,124); }

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

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

 a { background-color: rgb(191,69,124); }

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

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

 span { border-color: rgb(191,69,124); }

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