#BD68F5

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

Shades of Heliotrope #BD68F5

Tints of Heliotrope #BD68F5

Color information

#BD68F5 (or 0xBD68F5) is unknown color: approx Heliotrope. HEX triplet: BD, 68 and F5. RGB value is (189,104,245). Sum of RGB (Red+Green+Blue) = 189+104+245=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68F5 is #42970A. Grayscale: #919191. Windows color (decimal): -4364043 or 16083133. OLE color: 16083133.

HSL color Cylindrical-coordinate representation of color #BD68F5: hue angle of 276.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD68F5 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189104245-
CMYK0.230.5800.04
HSL276.17º87.58%68.43%-
HSV(B)276.17º57.55%96.08%-
XYZ42.4227.3189.42-
YUV145.49184.16159.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 104 (41.02% from 255) = 19.33%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=35.13%
G=19.33%
B=45.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891042450.230.5800.04276.1787.5868.43
HexBD68F5173A041145844
Octal275150365277204424130104
Binary1011110111010001111010110111111010010010001010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68F5; }

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

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

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

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

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

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

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

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