#bd6dfe

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

Shades of Heliotrope #BD6DFE

Tints of Heliotrope #BD6DFE

Color information

#BD6DFE (or 0xBD6DFE) is unknown color: approx Heliotrope. HEX triplet: BD, 6D and FE. RGB value is (189,109,254). Sum of RGB (Red+Green+Blue) = 189+109+254=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFE is #429201. Grayscale: #949494. Windows color (decimal): -4362754 or 16674237. OLE color: 16674237.

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

Color convert

RGB189109254-
CMYK0.260.5700.00
HSL273.1º98.64%71.18%-
HSV(B)273.1º57.09%99.61%-
XYZ44.3428.9197.01-
YUV149.45187156.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 109 (42.97% from 255) = 19.75%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=34.24%
G=19.75%
B=46.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891092540.260.5700.00273.198.6471.18
HexBD6DFE1A39001116347
Octal275155376327100421143107
Binary10111101110110111111110110101110010010001000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6dfe; }

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

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

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

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

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

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

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

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