#BF67F9

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

Shades of Heliotrope #BF67F9

Tints of Heliotrope #BF67F9

Color information

#BF67F9 (or 0xBF67F9) is unknown color: approx Heliotrope. HEX triplet: BF, 67 and F9. RGB value is (191,103,249). Sum of RGB (Red+Green+Blue) = 191+103+249=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF67F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67F9 is #409806. Grayscale: #919191. Windows color (decimal): -4233223 or 16345023. OLE color: 16345023.

HSL color Cylindrical-coordinate representation of color #BF67F9: hue angle of 276.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF67F9 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191103249-
CMYK0.230.5900.02
HSL276.16º92.41%69.02%-
HSV(B)276.16º58.63%97.65%-
XYZ43.4327.6292.66-
YUV145.96186.15160.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=35.17%
G=18.97%
B=45.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911032490.230.5900.02276.1692.4169.02
HexBF67F9173B021145c45
Octal277147371277302424134105
Binary101111111100111111110011011111101101010001010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67F9; }

 p { color: rgb(191,103,249); }

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

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

 a { background-color: rgb(191,103,249); }

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

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

 span { border-color: rgb(191,103,249); }

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