#BF3F7A

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

Shades of Royal Heath #BF3F7A

Tints of Royal Heath #BF3F7A

Color information

#BF3F7A (or 0xBF3F7A) is unknown color: approx Royal Heath. HEX triplet: BF, 3F and 7A. RGB value is (191,63,122). Sum of RGB (Red+Green+Blue) = 191+63+122=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F7A is #40C085. Grayscale: #6B6B6B. Windows color (decimal): -4243590 or 8011711. OLE color: 8011711.

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

Color convert

RGB19163122-
CMYK00.670.360.25
HSL332.34º50.39%49.8%-
HSV(B)332.34º67.02%74.9%-
XYZ26.7816.0420.1-
YUV108135.91187.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=50.80%
G=16.76%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916312200.670.360.25332.3450.3949.8
HexBF3F7A043241914c3232
Octal27777172010344315146262
Binary1011111111111111110100100001110010011001101001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F7A; }

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

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

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

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

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

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

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

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