#BF557E

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

Shades of Royal Heath #BF557E

Tints of Royal Heath #BF557E

Color information

#BF557E (or 0xBF557E) is unknown color: approx Royal Heath. HEX triplet: BF, 55 and 7E. RGB value is (191,85,126). Sum of RGB (Red+Green+Blue) = 191+85+126=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557E is #40AA81. Grayscale: #797979. Windows color (decimal): -4237954 or 8279487. OLE color: 8279487.

HSL color Cylindrical-coordinate representation of color #BF557E: hue angle of 336.79º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF557E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19185126-
CMYK00.550.340.25
HSL336.79º45.3%54.12%-
HSV(B)336.79º55.5%74.9%-
XYZ28.519.0821.92-
YUV121.37130.62177.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=47.51%
G=21.14%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918512600.550.340.25336.7945.354.12
HexBF557E03722191512d36
Octal27712517606742315215566
Binary1011111110101011111110011011110001011001101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF557E; }

 p { color: rgb(191,85,126); }

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

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

 a { background-color: rgb(191,85,126); }

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

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

 span { border-color: rgb(191,85,126); }

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