#BD6DFF

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

Shades of Heliotrope #BD6DFF

Tints of Heliotrope #BD6DFF

Color information

#BD6DFF (or 0xBD6DFF) is unknown color: approx Heliotrope. HEX triplet: BD, 6D and FF. RGB value is (189,109,255). Sum of RGB (Red+Green+Blue) = 189+109+255=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFF is #429200. Grayscale: #959595. Windows color (decimal): -4362753 or 16739773. OLE color: 16739773.

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

Color convert

RGB189109255-
CMYK0.260.5700
HSL272.88º100%71.37%-
HSV(B)272.88º57.25%100%-
XYZ44.528.9897.86-
YUV149.56187.5156.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 109 (42.97% from 255) = 19.71%
BLUE value IS 255 (100% from 255) = 46.11%
R=34.18%
G=19.71%
B=46.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891092550.260.5700272.8810071.37
HexBD6DFF1A39001116447
Octal275155377327100421144107
Binary10111101110110111111111110101110010010001000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DFF; }

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

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

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

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

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

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

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

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