#BC68FD

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

Shades of Heliotrope #BC68FD

Tints of Heliotrope #BC68FD

Color information

#BC68FD (or 0xBC68FD) is unknown color: approx Heliotrope. HEX triplet: BC, 68 and FD. RGB value is (188,104,253). Sum of RGB (Red+Green+Blue) = 188+104+253=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 104 (41.02% from 255 or 19.08% 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 #BC68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FD is #439702. Grayscale: #919191. Windows color (decimal): -4429571 or 16607420. OLE color: 16607420.

HSL color Cylindrical-coordinate representation of color #BC68FD: hue angle of 273.83º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC68FD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188104253-
CMYK0.260.5900.01
HSL273.83º97.39%70%-
HSV(B)273.83º58.89%99.22%-
XYZ43.4227.6895.98-
YUV146.1188.33157.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=34.50%
G=19.08%
B=46.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881042530.260.5900.01273.8397.3970
HexBC68FD1A3B011126146
Octal274150375327301422141106
Binary10111100110100011111101110101110110110001001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68FD; }

 p { color: rgb(188,104,253); }

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

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

 a { background-color: rgb(188,104,253); }

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

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

 span { border-color: rgb(188,104,253); }

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