#BF65FD

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

Shades of Heliotrope #BF65FD

Tints of Heliotrope #BF65FD

Color information

#BF65FD (or 0xBF65FD) is unknown color: approx Heliotrope. HEX triplet: BF, 65 and FD. RGB value is (191,101,253). Sum of RGB (Red+Green+Blue) = 191+101+253=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65FD is #409A02. Grayscale: #909090. Windows color (decimal): -4233731 or 16606655. OLE color: 16606655.

HSL color Cylindrical-coordinate representation of color #BF65FD: hue angle of 275.53º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF65FD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191101253-
CMYK0.250.6000.01
HSL275.53º97.44%69.41%-
HSV(B)275.53º60.08%99.22%-
XYZ43.8727.4895.92-
YUV145.24188.82160.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=35.05%
G=18.53%
B=46.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911012530.250.6000.01275.5397.4469.41
HexBF65FD193C011146145
Octal277145375317401424141105
Binary10111111110010111111101110011111000110001010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65FD; }

 p { color: rgb(191,101,253); }

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

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

 a { background-color: rgb(191,101,253); }

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

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

 span { border-color: rgb(191,101,253); }

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