#BD6AFD

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

Shades of Heliotrope #BD6AFD

Tints of Heliotrope #BD6AFD

Color information

#BD6AFD (or 0xBD6AFD) is unknown color: approx Heliotrope. HEX triplet: BD, 6A and FD. RGB value is (189,106,253). Sum of RGB (Red+Green+Blue) = 189+106+253=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AFD is #429502. Grayscale: #939393. Windows color (decimal): -4363523 or 16607933. OLE color: 16607933.

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

Color convert

RGB189106253-
CMYK0.250.5800.01
HSL273.88º97.35%70.39%-
HSV(B)273.88º58.1%99.22%-
XYZ43.8728.2296.06-
YUV147.57187.5157.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 106 (41.80% from 255) = 19.34%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=34.49%
G=19.34%
B=46.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891062530.250.5800.01273.8897.3570.39
HexBD6AFD193A011126146
Octal275152375317201422141106
Binary10111101110101011111101110011110100110001001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6AFD; }

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

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

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

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

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

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

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

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