#BD6DFD

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

Shades of Heliotrope #BD6DFD

Tints of Heliotrope #BD6DFD

Color information

#BD6DFD (or 0xBD6DFD) is unknown color: approx Heliotrope. HEX triplet: BD, 6D and FD. RGB value is (189,109,253). Sum of RGB (Red+Green+Blue) = 189+109+253=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD6DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFD is #429202. Grayscale: #949494. Windows color (decimal): -4362755 or 16608701. OLE color: 16608701.

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

Color convert

RGB189109253-
CMYK0.250.5700.01
HSL273.33º97.3%70.98%-
HSV(B)273.33º56.92%99.22%-
XYZ44.1828.8596.17-
YUV149.34186.5156.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 109 (42.97% from 255) = 19.78%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=34.30%
G=19.78%
B=45.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891092530.250.5700.01273.3397.370.98
HexBD6DFD1939011116147
Octal275155375317101421141107
Binary10111101110110111111101110011110010110001000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DFD; }

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

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

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

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

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

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

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

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