#BD6AFA

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

Shades of Heliotrope #BD6AFA

Tints of Heliotrope #BD6AFA

Color information

#BD6AFA (or 0xBD6AFA) is unknown color: approx Heliotrope. HEX triplet: BD, 6A and FA. RGB value is (189,106,250). Sum of RGB (Red+Green+Blue) = 189+106+250=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD6AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AFA is #429505. Grayscale: #929292. Windows color (decimal): -4363526 or 16411325. OLE color: 16411325.

HSL color Cylindrical-coordinate representation of color #BD6AFA: hue angle of 274.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6AFA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189106250-
CMYK0.240.5800.02
HSL274.58º93.51%69.8%-
HSV(B)274.58º57.6%98.04%-
XYZ43.428.0393.57-
YUV147.23186157.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 106 (41.80% from 255) = 19.45%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=34.68%
G=19.45%
B=45.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891062500.240.5800.02274.5893.5169.8
HexBD6AFA183A021135e46
Octal275152372307202423136106
Binary101111011101010111110101100011101001010001001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6AFA; }

 p { color: rgb(189,106,250); }

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

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

 a { background-color: rgb(189,106,250); }

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

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

 span { border-color: rgb(189,106,250); }

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