#BD68FE

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

Shades of Heliotrope #BD68FE

Tints of Heliotrope #BD68FE

Color information

#BD68FE (or 0xBD68FE) is unknown color: approx Heliotrope. HEX triplet: BD, 68 and FE. RGB value is (189,104,254). Sum of RGB (Red+Green+Blue) = 189+104+254=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68FE is #429701. Grayscale: #929292. Windows color (decimal): -4364034 or 16672957. OLE color: 16672957.

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

Color convert

RGB189104254-
CMYK0.260.5900.00
HSL274º98.68%70.2%-
HSV(B)274º59.06%99.61%-
XYZ43.8327.8896.84-
YUV146.51188.66158.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=34.55%
G=19.01%
B=46.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891042540.260.5900.0027498.6870.2
HexBD68FE1A3B001126346
Octal275150376327300422143106
Binary10111101110100011111110110101110110010001001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68FE; }

 p { color: rgb(189,104,254); }

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

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

 a { background-color: rgb(189,104,254); }

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

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

 span { border-color: rgb(189,104,254); }

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