#BF557F

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

Shades of Royal Heath #BF557F

Tints of Royal Heath #BF557F

Color information

#BF557F (or 0xBF557F) is unknown color: approx Royal Heath. HEX triplet: BF, 55 and 7F. RGB value is (191,85,127). Sum of RGB (Red+Green+Blue) = 191+85+127=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557F is #40AA80. Grayscale: #797979. Windows color (decimal): -4237953 or 8345023. OLE color: 8345023.

HSL color Cylindrical-coordinate representation of color #BF557F: hue angle of 336.23º 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 #BF557F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19185127-
CMYK00.550.340.25
HSL336.23º45.3%54.12%-
HSV(B)336.23º55.5%74.9%-
XYZ28.5719.1122.26-
YUV121.48131.12177.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 127 (50% from 255) = 31.51%
R=47.39%
G=21.09%
B=31.51%

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
Decimal1918512700.550.340.25336.2345.354.12
HexBF557F03722191502d36
Octal27712517706742315205566
Binary1011111110101011111111011011110001011001101010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF557F; }

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

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

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

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

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

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

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

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